SSL is setup but all pages come show up with 403 error.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,

Our network administrator has installed SSL on server and I have modified web.config with


<add key="UseSSL" value="true" />



Now, home page comes up but when I click on a link or ... the target page comes up as:


The page must be viewed over a secure channel
The page you are trying to access is secured with Secure Sockets Layer (SSL).

Please try the following:

    * Type https:// at the beginning of the address you are attempting to reach and press ENTER.

HTTP Error 403.4 - Forbidden: SSL is required to view this resource.
Internet Information Services (IIS)


Technical Information (for support personnel)

    * Go to Microsoft Product Support Services and perform a title search for the words HTTP and 403.
    * Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Secure Sockets Layer (SSL), and About Custom Error Messages.




Do I need to take care of further setting? if so what are they?

Thank.
13 years ago
In this case my problem got solved. in IIS, I removed "SSL required" option for pages that I didn't want SSL to play any role in pages such as 'New Product', About Us and etc.

I just wanted SSL to kick in when login, registration or check-out are being used.
13 years ago
where exactly did you fix that at. Im getting the same problem, except its a 404 error. when my website is in https:// images wont load and the links dont work
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.