serverCertificateHostname property

String? serverCertificateHostname
getter/setter pair

The hostname mentioned in the Subject or SAN extension of the server certificate.

This field is used for bypassing the hostname validation while verifying server certificate. This is required for scenarios where the host name that datastream connects to is different from the certificate's subject. This specifically happens for private connectivity. It could also happen when the customer provides a public IP in connection profile but the same is not present in the server certificate.

Optional.

Implementation

core.String? serverCertificateHostname;