interface TlsOptions {
    expectedServerHostname?: string;
}

Properties

expectedServerHostname?: string