SSL 3.0.5 client denied by server
Posted by: juggernautsei (---.hr.hr.cox.net)
Date: October 25, 2016 09:53AM

You don't have permission to access / on this server.
Apache/2.4.18 (Win64) OpenSSL/1.0.2g PHP/7.0.4 Server at mywebsite.co Port 443
WAMP 3.0.5 including patch

Followed all the instructions here [forum.wampserver.com].

It worked for a day.

Then it stopped and started giving the message above.

I have checked and rechecked all settings. Not sure where to look.
This is in the SSL error log

[Tue Oct 25 02:34:42.206568 2016] [authz_core:error] [pid 3324:tid 1084] AH01630: client denied by server configuration: C:/emr_wamp/www/

What should I check

Options: ReplyQuote
Re: SSL 3.0.5 client denied by server
Posted by: juggernautsei (---.hr.hr.cox.net)
Date: October 25, 2016 10:04AM

Fixed it

In the https-ssl.conf

the old instruction say use

<Directory "C:/wamp/www">
SSLOptions +StdEnvVars
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

Changed to this and it worked.

<Directory "C:/wamp/www">
SSLOptions +StdEnvVars
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>

Options: ReplyQuote


Sorry, only registered users may post in this forum.