Hi everyone,
I am not a server guru but have had to setup a dedicated server for a new website. Everything is going except that when I try to connect to it via HTTPS connection I get a 500 internal error page which basically means I don't know what is causing the problem.
HTTP connection is fine and working but since the site will be processing payment information we need the HTTPS connection.
The server is running on CentOS with me using cPanel 11 to admin it. The only solution that I have possible come across involves the httpd.conf file for apache. The solution says to add this
<IfDefine SSL>
Listen 80
Listen 443
</IfDefine>
Although using cPanel I'm not sure where (preMain, preVirtual, postVirtual) to add this or if I shoudl even be adding it.
Can anyone shed any light on this?
Thanks guys,
Richard