ssl_error_rx_record_too_long and Apache SSL
Posted
by Subimage
on Stack Overflow
See other posts from Stack Overflow
or by Subimage
Published on 2008-09-23T06:07:09Z
Indexed on
2010/03/30
19:03 UTC
Read the original article
Hit count: 464
I've got a customer trying to access one of my sites, and they keep getting this error > ssl_error_rx_record_too_long
They're getting this error on all browsers, all platforms. I can't reproduce the problem at all.
My server and myself are located in the USA, the customer is located in India.
I googled on the problem, and the main source seems to be that the SSL port is speaking in HTTP. I checked my server, and this is not happening. I tried the solution mentioned here, but the customer has stated it did not fix the issue.
Can anyone tell me how I can fix this, or how I can reproduce this???
PS: If you can reproduce the problem with the following URL please let me know!
THE SOLUTION
Turns out the customer had a misconfigured local proxy!
Hope that helps anyone finding this question trying to debug it in the future.
© Stack Overflow or respective owner