%% ssl_enable - Enable HTTP over
SSL
%% ssl_options - SSL options; see ssl(3erl)
{ssl_enable, true},
{ssl_options, [
{cacertfile, "ssl/cacert.pem"},
{certfile, "ssl/newcert.pem"},
{verify, verify_peer},
{fail_if_no_peer_cert, false}
]},
{dummy, true} % a final dummy option so we don't have to keep track of
commas
]},
--
You received this message because you are subscribed to the Google Groups
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit
https://groups.google.com/d/msgid/chicagoboss/67b57446-8790-42d5-b885-10f1794c1ead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.