Use advanced HTTP and HTTPS options with the web server
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
You can use the following advanced options when configuring the use of HTTP or HTTPS:
- Use a trust keystore other than the demo provided by OpenEdge Management.
- Identify trusted clients for HTTP or HTTPS.
To use the advanced options:
The changes you make to the configuration might require you to reconnect (log in again) to OpenEdge Management.
To set the cryptographic protocol and cipher for a web server, you must set the following properties in the fathom.properties file that is available at $OEMgmt/conf:
| Property | Description |
|---|---|
sslEnable |
Default value: 0Enables you to change the cryptographic protocols
and ciphers for secure communication with a web server. If you enable TLS for the
web server in OpenEdge Management, this property is set to |
SSLEnabledProtocols |
Default value: TLSv1.2 and
TLSv1.3
Supported values: If you want to change the default cryptographic protocol for the web server, enter this property in the fathom.properties file. The property accepts a comma-separated list of valid cryptographic protocols that are set for secure communication. |
SSLEnabledCipherSuites |
If you want to change the default cryptographic ciphers for the web server, enter this property in the fathom.properties file. The property accepts a comma-separated list of valid cryptographic ciphers that are set for secure communication. |