On 19/08/2012, at 9:50 AM, li...@sbt.net.au wrote:
> SSL received a record that exceeded the maximum permissible length.
> (Error code: ssl_error_rx_record_too_long)

That error occurs when trying to access a HTTP URL with https://. Not sure 
exactly what would have happened in that circumstance, but as Amos says, you 
may need to forward more than one port.

You may add multiple port forwards with PuTTY, like so:

C:\PuTTY\PuTTY.exe -L2301:127.0.0.1:2301 -L3128:127.0.0.1:3128 
root@my_centos_box

Don't forget to use http:// and https:// as appropriate.--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to