option() = ssl:tls_client_option()
options/1 | Returns the list of ssl:connect options
necessary to validate the server certificate against
a list of trusted authorities, as well as to verify
whether the server hostname matches one in the server
certificate. |
trusted_authorities/0 | Returns the list of trusted authorities. |
options(Target) -> Options
Returns the list of ssl:connect
options
necessary to validate the server certificate against
a list of trusted authorities, as well as to verify
whether the server hostname matches one in the server
certificate.
Target
can be either a hostname or an HTTP URL, as iodata()
Returns the list of trusted authorities.
Generated by EDoc