Control Web Panel

WebPanel => SSL => Topic started by: Sandeep on January 30, 2016, 09:19:26 AM

Title: Remove ssl and redirect https requests to http
Post by: Sandeep on January 30, 2016, 09:19:26 AM
How to remove the ssl from domain and redirect all https requests to http?
Title: Re: Remove ssl and redirect https requests to http
Post by: pedromidiasf on January 30, 2016, 11:17:26 AM
You have to do it with .htaccess on that specific domain
Title: Re: Remove ssl and redirect https requests to http
Post by: Sandeep on January 30, 2016, 12:16:55 PM
thanks for your reply. Can you please elaborate what to do :-\
Title: Re: Remove ssl and redirect https requests to http
Post by: pedromidiasf on January 31, 2016, 03:10:43 AM
thanks for your reply. Can you please elaborate what to do :-\
Here: http://stackoverflow.com/questions/8371/how-do-you-redirect-https-to-http
But anyway, if someone is trying to access to an SSL url (HTTPs), he might need to accept the certificate first (if you are using openSSL) and then after that, the user will be redirected to an HTTP url.
I might be wrong, but i don't believe you are able to redirect an user without accepting the certificate since you are using port 443 and not port 80 so the browser is already expecting a protocol with and SSL key in it.