Record: ListenerSecureSocket
Secure Socket configuration for TCP Listener.
Closed record
Fields
- key KeyStore | CertKey
- protocol record {| name Protocol, versions string[ ] |}?
- ciphers string[ ](default [])
- handshakeTimeout decimal?
- sessionTimeout decimal?
Configurations associated with crypto:KeyStore
or combination of certificate and (PKCS8) private key of the server
SSL/TLS protocol related options
List of ciphers to be used
E.g., TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
SSL handshake time out
SSL session time out