Tagged Questions
20
votes
13answers
110k views
ssl_error_rx_record_too_long and Apache SSL
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 ...
0
votes
2answers
70 views
A secured network connection( eg SSL ) is handled by the web server correct?
Basically a php programmer does not need to handle the encrypting and decrypting of the messages? The web server handles all the encryption and decryption, and that means by the requested php page ...
0
votes
1answer
605 views
'undefined symbol: SSL_get_servername' message when starting Apache Web Server
I installed httpd-2.2.16 and openssl-1.0.0 on Red Hat Linux 5: when starting the Apache a 'undefined symbol: SSL_get_servername' message is generated on the command line.
Listed below are the ...