Try OpenEdge Now
skip to main content
.NET 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. If specified, turns off host verification for an SSL-enabled connection, either using HTTPS with the AIA or using a direct connection to an SSL-enabled AppServer. 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 SSL-enabled connections, see the sections on PKI and SSL in OpenEdge Getting Started: Core Business Services - Security and Auditing.
Specifying FALSE enables domain name checking. Specifying TRUE disables domain name checking.

Default:

FALSE