ssl
The ssl application provides secure communication over
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
The ssl application provides secure communication over
The ssl application is an implementation of the SSL/TLS protocol in Erlang.
The SSL application uses the public_key and Crypto application to handle public keys and encryption, hence these applications must be loaded for the SSL application to work. In an embedded environment this means they must be started with application:start/[1,2] before the SSL application is started.
The application environment configuration parameters in this section are defined for the SSL application. For more information about configuration parameters, see the application(3erl) manual page in Kernel.
The environment parameters can be set on the command line, for example:
erl -ssl protocol_version "['tlsv1.2', 'tlsv1.1']"
The SSL application uses the default OTP error logger to log unexpected errors and TLS alerts. The logging of TLS alerts may be turned off with the log_alert option.