Skip to main content

Disabling SSL Server Name Checking

By default, when an InterSystems IRIS® data platform web client connects to a server via SSL, it checks that the certificate server name matches the DNS name used to connect to the server. (This checking is described in RFC 2818Opens in a new tab section 3.1. Wildcard support is described in RFC 2595Opens in a new tab, but browsers generally do check the server name, and InterSystems has chosen to do the same.)

To disable this checking, set SSLCheckServerIdentity property of the client to 0.

FeedbackOpens in a new tab