option() = ssl:connect_option()
option() = ssl:connect_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. |
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()
Generated by EDoc