Record: ClientSecureSocket
Configures the SSL/TLS options to be used for WebSocket client.
Closed record
Fields
- Fields Included from *ClientSecureSocket
- enable boolean
- cert ballerina/crypto:1.1.0-beta.1:TrustStore|string
- key ballerina/crypto:1.1.0-beta.1:KeyStore|ballerina/http:1.1.0-beta.1:CertKey
- protocol record {| ballerina/http:1.1.0-beta.1:Protocol name; string[] versions; |}
- certValidation record {| ballerina/http:1.1.0-beta.1:CertValidationType 'type; int cacheSize; int cacheValidityPeriod; |}
- ciphers string[]
- verifyHostName boolean
- shareSession boolean
- handshakeTimeout decimal
- sessionTimeout decimal