Record: SecureSocket
Represents the SSL/TLS configurations.
Closed record
Fields
- disable boolean(default false)
- cert TrustStore | string
- key KeyStore | CertKey?
Disable SSL validation
Configurations associated with the crypto:TrustStore
or single certificate file that the client trusts
Configurations associated with the crypto:KeyStore
or combination of certificate and private key of the client