Optional
Readonly
keyUse to specify client certificates
Optional
Readonly
noIf true, creates an SSLContext that trusts all certificates, effectively disabling SSL certificate validation.
Disabling certificate validation and hostname verification severely reduces the security of your SSL/TLS connection.
This code should only be used in trusted environments,
such as during development or testing, and should never be used in production systems where security is important.
Default is false. If true only noCheckCertificate
member is used.
Optional
Readonly
protocolDefaults to 'TLS'
Optional
Readonly
trustUse if you need to verify custom root server certificates
TODO