Cannot access https outside of localhost
Posted by: lbop (155.190.60.---)
Date: April 24, 2024 04:51PM

Installed 3.3.5 using apache2.4.59.

Hi, I’m new to wamp and have hit a slight snag.
Cannot access the https (port 443) site outside of local host but Port 80 http works a treat.
For http enable "require all granted" in httpd-vhosts.conf. I don’t see the same in httpd-ssl.conf for the https virtual host.

Certificates added and HTTPS works for localhost.

The error I get when connecting remotely is “Forbidden” You don’t have permission to access this resource.

Options: ReplyQuote
Re: Cannot access https outside of localhost
Posted by: lbop (155.190.60.---)
Date: April 24, 2024 05:11PM

Resolved my own issue.

Add the directory access and granted

Thanks.

Options: ReplyQuote
Re: Cannot access https outside of localhost
Posted by: Otomatic (Moderator)
Date: April 24, 2024 05:11PM

Hi,

This is a require that you've modified "by hand" in VirtualHost http port 80.
You'll need to do the same in VirtualHost https port 443.

In addition, you'll probably need to redirect port 443 (as for port 80) in the Windows firewall.

Never forget that Wampserver is a LOCAL development server!

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.