can't use use SSL anymore since uninstalling xinetd

Hey all.

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:

https://pclennox.com/phpmyadmin/?collat … r28hl84bsm">https://pclennox.com/phpmyadmin/?collationconnection=utf8general_ci&token=bfd8e572ea36ff3ea5ae1d348f7182a1&phpMyAdmin=eop4e7o5h3ap1r75u0drc5r28hl84bsm

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

also, running Debian 6, Apache 2.2.16, PHP 5.3.3-7+squeeze15

You can use the command "netstat -anp | grep :443" to check if anything is actually listening on port 443.

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.

this is what I get when I do netstat -anp | grep :443

tcp6 0 0 :::443 :::* LISTEN 1621/apache2

You appear to have two IP addresses:

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…

hmm..i think those are cloudflare ips. could that effect this?

i should point out i have no issues logging into webmin on a different port but also using https.

Unless you're paying CloudFlare for HTTPS service, yes, they break HTTPS.

You can access https://direct.pclennox.com/ to bypass CloudFlare. It seems to be working fine, though it's using a self-signed cert for mail.pclennox.com.

AH HA!

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 http://forum.linode.com/viewtopic.php?f=20&t=9996 ) :D

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct