Author Topic: Remove ssl and redirect https requests to http  (Read 13548 times)

0 Members and 1 Guest are viewing this topic.

Offline
*****
Remove ssl and redirect https requests to http
« on: January 30, 2016, 09:19:26 AM »
How to remove the ssl from domain and redirect all https requests to http?

Offline
**
Re: Remove ssl and redirect https requests to http
« Reply #1 on: January 30, 2016, 11:17:26 AM »
You have to do it with .htaccess on that specific domain

Offline
*****
Re: Remove ssl and redirect https requests to http
« Reply #2 on: January 30, 2016, 12:16:55 PM »
thanks for your reply. Can you please elaborate what to do :-\

Offline
**
Re: Remove ssl and redirect https requests to http
« Reply #3 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.