Try OpenEdge Now
skip to main content
Java Open Clients
Accessing Proxy Properties : Alphabetical listing of properties : PROGRESS.Session.noHostVerify
 

PROGRESS.Session.noHostVerify

Data Type: Boolean
Session model: Session-free and session-managed
Controls domain name checking. Turns off host verification for a Secure Sockets Layer (SSL) 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