can't use use SSL anymore since uninstalling xinetd
I was trying to get xinted working a few days ago and I just couldn't make it work properly so I removed it but since then I haven't been able to get any of my pages that use SSL to work. Specificly, phpmyadmin won't load in SSL mode anymore. The port is open and apache says it's listening.
When I got to access phpmyadmin, this loads up in the URL:
and the error chrome says:
Error 102 (net::ERRCONNECTIONREFUSED): The server refused the connection.
and this is in my auth.log
Apr 20 21:42:26 mail sshd[23028]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=187.16.249.26 user=root
Apr 20 21:42:29 mail sshd[23028]: Failed password for root from 187.16.249.26 port 57932 ssh2
Any ideas?
Still learning here so be patient with my newbieness
Thanks!
7 Replies
It may be possible it's only bound to listen locally on port 443 ("127.0.0.1:443") and not globally ("0.0.0.0:443").
Unless your IP address is in fact 187.16.249.26, the failed login message is not relevant here.
tcp6 0 0 :::443 :::* LISTEN 1621/apache2
rtucker@witte:~$ dig pclennox.com a +short
108.162.199.168
108.162.198.168
Neither of them answer on port 443, of course, but neither of them are Linode IPs…
i should point out i have no issues logging into webmin on a different port but also using https.
You can access https://direct.pclennox.com/
Mystery solved then. I never put the two together cause it's been a while since I signed up for cloudflare but I also guess it's been even longer that I used phpmyadmin so I never noticed.
Thanks everyone!! ( now if anyone might be able to help me with my other little issue I'm working on in this thread