SSL: Support Forward Secrecy with the reference browsers
Dryymoon opened this issue · 1 comments
Dryymoon commented
Is mochiweb support SSL Forward Secrecy? Or how to enable it?
More info https://en.wikipedia.org/wiki/Forward_secrecy
etrepum commented
This is more of a question about Erlang's SSL module. mochiweb supports everything it supports, nothing more or less. You may want to ask on the erlang-questions mailing list or stackoverflow. You would configure it using the ssl_opts
option given to mochiweb_socket_server:start_link/1
.