Re: [SLUG] using desktop across lan ? fan speed control

2012-08-19 Thread Jeremy Visser
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


Re: [SLUG] using desktop across lan ? fan speed control

2012-08-19 Thread Amos Shapira
I was actually concentrating on the CONNECTION_REFUSED error before that,
which means that nothing was listening on that port.
On Aug 19, 2012 5:20 PM, Jeremy Visser jer...@visser.name wrote:

 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:3128root@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

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html