Forum archive
Webmin SSL not working
I cannot access Webmin via SSL.
I want to point out I did not install this turnkey linux setup or webmin. If I make ssl=1 into ssl=0 in the /etc/webmin/miniserv.conf file I can connect and login to webmin via http. However, I really need this to work over https.
This is the error I get in IE:
Internet Explorer cannot display the webpage.
In Firefox:
The connection was reset.
In Chrome:
This webpage is not available.
I have confirmed that port=12321 and listen=12321 in /etc/webmin/miniserv.conf as well.
Any ideas on what could be wrong?
It appears it may not be listening properly.
netstat -lp --inet shows :
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost:mysql *:* LISTEN 1328/mysqld
tcp 0 0 *:ssh *:* LISTEN 1357/sshd
tcp 0 0 localhost:smtp *:* LISTEN 1487/master
tcp 0 0 *:12321 *:* LISTEN 2330/perl
udp 0 0 subdomain.domain:ntp *:* 1164/ntpd
udp 0 0 localhost:ntp *:* 1164/ntpd
udp 0 0 *:ntp *:* 1164/ntpd
udp 0 0 *:12321 *:* 2330/perl
Any pointers would be appreciated.