This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

All sites can be accessed https
#1
All sites can be accessed https
Hi Guys,

Just wondering if anyone else had this weird occurrence.


I have an few domains setup but 2 setup to do ssl and they are working correctly there is a http redirect on the domain to https

But for some reason all domains can be access by https.

Code:
#Standard
inside vhost

<VirtualHost *:80>
ServerName example.com
ServerAlias www.example.com
Redirect / Permanent https://example.com

</VirtualHost>

#other
vhosts

<VirtualHost *:80>
ServerName example2.com
ServerAlias www.example2.com
#plus
all the suhosin, index's and directory stuff
</VirtualHost>


#ssl
conf file
<VirtualHost *:443>
ServerName example.com
ServerAlias www.example.com
#plus
all the suhosin, index's and directory stuff
SSLEngine on
#other
ssl stuff
</VirtualHost>

Slightly weird why I am getting this error unless I need to do _default_:*443

Would be great if someone could shed some light on the issue.
Thanks
Reply
Thanks given by:
#2
RE: All sites can be accessed https
elijahbate are you using CloudFlare as your DNS?
If you are that might be the cause Smile
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora

[Image: vanguardly-logo-micro.png]
Graphic and Web Design. Development.
www.vanguardly.com


Reply
Thanks given by:
#3
RE: All sites can be accessed https
apinto
No I'm self hosted
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
https without certificate redirects to panel iraqiboy90 10 19 ,734 02-28-2021, 11:20 AM
Last Post: iraqiboy90
Having both HTTP & HTTPS (Port 443 and Port 80) sites on a server dsmarter 14 42 ,476 08-22-2020, 02:49 PM
Last Post: kenzopoker1
slow sites kewldude12 0 2 ,066 07-20-2020, 04:40 AM
Last Post: kewldude12

Forum Jump:


Users browsing this thread: 1 Guest(s)