PROGRESS.Session.noHostVerify
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Data Type: Boolean
Session model: Session-free and session-managed
Controls domain name checking. Turns off host verification for a Transport Layer Security (TLS) connection using HTTPS, AppServerS, or AppServerDCS protocols.
Without this property specified, the client compares the host name specified in the URL with the Common Name specified in the server certificate, and raises an error if they do not match. With this property specified, the client never raises the error. For more information, see the sections on managing the OpenEdge certificate store in OpenEdge Getting Started: Installation and Configuration.
Specifying FALSE enables domain name checking.
Specifying TRUE disables domain name checking.
Default:
FALSE