[Zotonic-Dev] Re: ssl ?

2016-10-14 Thread M-MZ
Yes, via your zotonic.config you can configure this. See also: http://docs.zotonic.com/en/latest/ref/modules/mod_ssl.html -- --- You received this message because you are subscribed to the Google Groups "Zotonic developers" group. To unsubscribe from this group and stop receiving emails from

[Zotonic-Dev] Re: ssl ?

2016-10-13 Thread heiheshang
zotonic| 2016-10-13 09:29:07.445 [info] <0.266.0>@zotonic_sup:init:182 Web server listening on IPv4 any:8000, IPv6 ::8000, SSL :8443 I see it in the console. in a configuration parameter is responsible for the ssl port? четверг, 13 октября 2016 г., 18:28:11 UTC+9 пользователь M-MZ написал:

[Zotonic-Dev] Re: ssl ?

2016-10-13 Thread M-MZ
Which zotonic branch are you using? The thing is that zotonic always starts an ssl listener. Which port is used depends on your zotonic.config. The default is 8443. Which port is used can be seen in the console.log. 2016-10-13 11:27:01.234 [info] <0.248.0>@zotonic_sup:init:182 Web server

[Zotonic-Dev] Re: ssl ?

2016-10-13 Thread heiheshang
module is active, this is no problem, there were certificates in / ssl, but the site is not available on https 2016-10-13 04:03:07.914 [info] mod_ssl_self_signed:48 [asso] info @ mod_ssl_self_signed:48 SSL: Certificates ready. четверг, 13 октября 2016 г., 15:20:24 UTC+9 пользователь M-MZ

[Zotonic-Dev] Re: ssl ?

2016-10-13 Thread M-MZ
The errors here are unrelated. Make sure mod_ssl_self_signed and mod_ssl are both enabled. You can do this via de zotonic shell and z_module_manager:activate(mod_ssl_self_signed, z:c(yoursite)). z_module_manager:activate(mod_ssl, z:c(yoursite)). Zotonic will generate a new key and self signed