Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Safari - https 403 Forbidden Access Denied

When I try to navigate to a certain https webpage with safari browser, I get a 403 forbidden access denied Server Error. With all the other browsers I get the page displayed without problems. I have searched the web for a solution but I could not find any solution.

Can anyone write me how I can troubleshoot this issue?

Things I have already checked :

  • I have checked the certificate that is used. It is the same certificate with Chrome (working) and with safari (not working)

  • A very curious behaviour : When I have Fiddler Tool running and capturing while I am trying to connect to the page, the page is displayed without problems. As soon as I deactivate the capturing and try navigating to the page again, I get again 403 Forbidden Access.

I would appreciate any suggestions.

Thanx

like image 927
EngelbertCoder Avatar asked Nov 13 '14 15:11

EngelbertCoder


People also ask

Why does my link say 403 Forbidden?

Summary. The 403 Forbidden error means that your server is working, but you no longer have permission to view all or some of your site for some reason. The two most likely causes of this error are issues with your WordPress site's file permissions or . htaccess file.


2 Answers

The solution was setting in IIS - SSL Settings - Client Certificate - ignore.

like image 93
EngelbertCoder Avatar answered Oct 15 '22 09:10

EngelbertCoder


I had this issue with a Windows Server 2008 R2 Datacenter IIS. The solution to my problem was to:

  1. Open up your server remotely
  2. Start your IIS manager
  3. Under the left Connections panel look for the domain that is giving you the problem with the SSL
  4. After locating and selecting it click on SSL Settings
  5. Under Client certificates choose Ignore
  6. Click Apply Under the Actions section on the right

Done.

like image 34
Waqleh Avatar answered Oct 15 '22 09:10

Waqleh