PROGRESS.Session.NoHostVerify
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Data Type:
Boolean
Session model:
Session-free and session-managed
Controls domain name checking. If specified, turns off host verification for a TLS-enabled connection, either using HTTPS with the AIA or using a direct connection to a TLS-enabled application server. 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 on TLS-enabled connections, see the sections on PKI and TLS in OpenEdge Getting Started: Core Business Services - Security and Auditing.
Specifying FALSE enables
domain name checking. Specifying TRUE disables
domain name checking.
Default:
FALSE