IIS SSL error "ssl_error_rx_record_too_long"
Posted
by Kostas
on Stack Overflow
See other posts from Stack Overflow
or by Kostas
Published on 2010-03-26T09:55:12Z
Indexed on
2010/03/26
10:23 UTC
Read the original article
Hit count: 1132
I have created a certificate using the following SSL command:
makecert -r -pe -n "CN=www.yourserver.com" -b 01/01/2000 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12
I assigned it to a web site on IIS, but when I try to hit the url of the web site I receive: "SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)" when using Firefox.
May somebody help? Thanks
© Stack Overflow or respective owner