Thank you Marc, I understand from 0.9 docs that I only need ssl_certfile and ssl_keyfile, since I'm using a self-signed certificate. I'm running Zotonic 0.8.1 and following the instructions for 0.6 published here:
http://zotonic.com/https-supportIt doesn't seem to work but I don't get any error either, it's like nothing changed. I even tried setting wrong paths to the certificate files as follows:
{listen_port_ssl, 8443},
{ssl, true},
{ssl_certfile, "/wrong_path/website.local.pem"},
{ssl_keyfile, "/wrong_path/website.local.key"}
Still no error message, my Zotonic seems to ignore these settings. I looked in the modules list of the admin console but couldn't find anything related to SSL. Am I forgetting to install or enable anything?.
Thank you,
Ivan