disable or uninstall ssl

mr-secret

Verified User
Joined
Jan 20, 2015
Messages
31
hi

i installed a ssl for domain and i want disable or complete remove certs from host
and I do not want use the ssl
in normally i uncheck secure option in ssl certificate place but not work
please help me
 
sorry for my bad explain
in totally i want disable ssl for one host . i try for disabling from ssl certificate place and uncheck Secure SSL but my domain sill redirect to https
please help me for disable or remove ssl certificate from my host


ssl.jpg
 
As far as I see you've already disabled SSL for your domain (from your screenshot). All what you need now is to find where from the redirection come. That might be .htaccess file, so start to check its content. If no redirect exists in .htaccess then it might be your application (CMS or PHP scripts) that you use. You probably will need to enable SSL back for the domain if you need to access admin area of your application.
 
yes correct . but when open website show me " Apache is functioning normally " with https

ssl2.jpg
 
SSL is correctly disabled for that website, what you see is the default server page from /var/www/html
 
SSL is correctly disabled for that website, what you see is the default server page from /var/www/html

when enabling the ssl the website work perfectly ! and you can see the default server page opened with https!
i clear the cashe but default server page redirected to https
 
By default apache do not redirect any request from HTTP to HTTPS, that's up to you to find where you have the redirect. If you face difficulties to complete it, please feel free to contact me by PM for a quote, so I will fix it for you.

To completely disable HTTPS for your site (not to see " Apache is functioning normally ") you should either disable HTTPS globally or move your site to a dedicated (owned) IP.
 
Back
Top