Tech Tip: Verifying HTTPS Activation in 4D
PRODUCT: 4D | VERSION: 21 | PLATFORM: Mac & Win
Published On: March 26, 2026
Both WEB Get server info and WEB Server provide an HTTPSEnabled property, but they can return different values.
WEB Server reflects the HTTPS setting configured in the database properties.
WEB Get server info returns the actual runtime status of the web server.
If no SSL certificate is installed, HTTPS cannot run even if it is enabled in settings.
In this case, WEB Server.HTTPSEnabled is True, while WEB Get server info.HTTPSEnabled is False.
WEB Server reflects the HTTPS setting configured in the database properties.
WEB Get server info returns the actual runtime status of the web server.
If no SSL certificate is installed, HTTPS cannot run even if it is enabled in settings.
In this case, WEB Server.HTTPSEnabled is True, while WEB Get server info.HTTPSEnabled is False.