Problem removing the SSL certificate...

chasjs

Verified User
Joined
Nov 1, 2004
Messages
48
Location
Colorado
I have a customer who does not want to renew his SSL Certificate and it expired. He wants to remove the OS commerce part of his web site and just use it as a brochure site.

I have disabled the SSL in the control panel but the site keeps getting the test pasg for SSL/TLS-aware Apache webserver and the regular content does not show up.

The content is in the public folder...it appears like the site is still going to the private folder.

Help would be appreciated.
 
Hello,

Where did you disable it? On user details page? If so, you should disable SSL for every domain on the account (login as an user and go through with all domains of the customer).
 
He only has one domain. I removed it in the user interface under domain setup. I disabled the SSL.
 
So, it seems I don't understand what is wrong there. You site still opens with https? Or what? Will you post your real domain name?
 
So, it seems I don't understand what is wrong there. You site still opens with https? Or what? Will you post your real domain name?

The site opens to the Apache SSL test page. You can see it at http://www.sunvistaproducts.com

There is a valid index.html page within the public folder. This only started once the SSL expired, I thought disabling the SSL would fix the issue.
 
Do the IP in DNS and httpd.conf for the virtual host match each other?
Do you still have virtual host in apache for the domain (check Admin level -> Custom HTTPD Configurations -> Find your domain -> Press save -> wait 1 minute and check site in a browser)?
 
Do the IP in DNS and httpd.conf for the virtual host match each other?
Do you still have virtual host in apache for the domain (check Admin level -> Custom HTTPD Configurations -> Find your domain -> Press save -> wait 1 minute and check site in a browser)?

Yes the IPs match and I did what you recommended and there is no change. The virtual HTTPD configuration is pointed to the correct public folder. I moved the public folder to one of our cPanel machines and it works fine but no go on directadmin.
 
If you run

Code:
apachectl -t -D DUMP_VHOSTS 2>&1 | grep -i sunvistaproducts.com

will you see any line with the domain?
 
Back
Top