How fully disable https for domain

Nevsky

Verified User
Joined
Mar 14, 2017
Messages
5
Hi!

SSL completely switched off for user in DA, but site still available via httpS with server certificate. How i can fix it?
 
Hello,

If you have SSl enabled globally on 443 port, you can not disable it.... unless you:

- add additional IP for your user who does not want HTTPs to be allowed.

or

- configure your server to respond with 4xx HTTP code (403, 444 for example) when HTTPS is requested for the unwanted domain. Use mod_rewrite with Apache.
 
Back
Top