Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I hosted my asp.net code in IIS7.0 as a website and for a single aspx page in "Features View" tab enabled the SSL Settings with client certificate required option.

I created a new "Self-signed certificate" in iis.

When i access that particular page without https it correctly shows "The page you are trying to access is secured with Secure Sockets Layer (SSL)." error. But the problem is when i acess the page with https it is showing me the error

Quote:
Secure Connection Failed
An error occurred during a connection to localhost:1141.

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.



Pls help me with this error...

I NEED TO PROVIDE HTTPS address for only one page in my website.
Posted

1 solution

Have you set the SSL port directive in IIS to 443? Perhaps if you can show your IIS config?

Also this MS support article may help you: http://support.microsoft.com/kb/324069[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900