Apache HTTP Not Working When SSL Enabled
Posted
by
dominic7il
on Server Fault
See other posts from Server Fault
or by dominic7il
Published on 2014-06-11T07:19:44Z
Indexed on
2014/06/11
9:27 UTC
Read the original article
Hit count: 180
I've got a very bizarre problem in that after enabling SSL support in Apache I'm only able to access my site via SSL and not through http as well.
I can confirm that Apache is definitely listening on both ports 80 and 443 (accdording to netstat). Additionally the Apache access logs are showing the requests - it's just that going in through http results in a timeout and I'm never actually able to reach the content. Like I said going through https works.
Here is my httpd.conf: http://pastebin.com/kG2dPjJ2
and here is my httpd-ssl.conf: http://pastebin.com/thqvjgGJ
Can anyone spot any issues with those configurations? or Have any suggestion at all?
I've searched and searched but there appear to be very few people who have experienced the same.
Also worth mentioning that I did a comparision between those configurations and those of a working set up and I couldn't spot anything.
© Server Fault or respective owner