[erlang-questions] Reload ssl configuration and automatic renegotiation

Imants Cekusins imantc@REDACTED
Mon Mar 9 12:04:59 CET 2015


these commands might work:

ssl:setopts(Socket, [{cacertfile, path()},{keyfile, path()},
{password, string()}]).

ssl:renegotiate(Socket).


http://www.erlang.org/doc/man/ssl.html#setopts-2
http://www.erlang.org/doc/man/ssl.html#renegotiate-1


, no?



More information about the erlang-questions mailing list