Optional ReadonlykeyUse to specify client certificates
Optional ReadonlynoIf 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 ReadonlyprotocolDefaults to 'TLS'
Optional ReadonlytrustUse if you need to verify custom root server certificates
TODO