MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: Spacedust on 2014-09-04, 09:38:51

Title: [URGENT] SSL does not work after update to 7.0 beta
Post by: Spacedust on 2014-09-04, 09:38:51
http works fine, but https does not work at all.

Using Kloxo-MR 7.0.0.b-2014090301 in nginx proxy config !

telnet localhost 443
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

telnet localhost 80443
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

telnet localhost 8443
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

telnet localhost 30080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Title: Re: [CRITIAL] SSL does not work after update to 7.0 beta
Post by: Spacedust on 2014-09-04, 14:13:50
The proper port 443 and 8443 not 433 and 8433 !!! Please correct this Mustafa !
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: Spacedust on 2014-09-05, 18:14:50
I cannot believe that nobody is using SSL here ;)
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: MRatWork on 2014-09-05, 19:55:16
Comparing port inside '/opt/configs/<web>/conf/defaults/init.conf'
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: Spacedust on 2014-09-06, 00:18:04
I mean /opt/configs/nginx/conf/globals/

-rw-r--r-- 1 root root 13 Sep  4 14:14 listen_ssl_back.conf
-rw-r--r-- 1 root root 21 Sep  4 14:14 listen_ssl_back_default.conf
-rw-r--r-- 1 root root 12 Sep  5 13:41 listen_ssl.conf
-rw-r--r-- 1 root root 20 Sep  5 13:41 listen_ssl_default.conf
-rw-r--r-- 1 root root 12 Sep  4 14:15 listen_ssl_front.conf
-rw-r--r-- 1 root root 20 Sep  4 14:15 listen_ssl_front_default.conf

All are wrong and must be corrected for SSL to work properly !
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: MRatWork on 2014-09-06, 01:20:25
Investigate how to 'new' defaults.conf.tpl work.
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: Spacedust on 2014-09-06, 12:33:14
They take port number from these files and it's wrong - not 433 but should be 443 !!!
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: Kloxouser5 on 2014-10-23, 21:29:07
I have problems too with https on nginx. I tried on my few vps.
Title: Re: [URGENT] SSL does not work after update to 7.0 beta
Post by: MRatWork on 2014-10-24, 02:11:38
It's old issue, already change 433 to 443.