solonix / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

"network subsystem unusable" error on WinXPSP3 #570

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to connect to a remote transmission using SSL I get "network 
subsystem unusable" error message.

I am using transmisson-remote-gui version 4.0.3.
The remote side is Debian 6.0 with stunnel4+Transmission 2.03

A brief investigation revealed that stunnel was configured to accept SSLv3 
only, while transmission-remote-gui uses a later version (TLS?)
I could not figure our how to make it accept SSLv3 and TLS used by 
transmission-remote-gui. I use some other programs that might not support TLS, 
so I need support for SSLv3. So, I had to revert to "all", effectively making 
stunnel accept insecure SSLv2, which is bad.

So, here are two enhancement requests:

1) make diagnostics more detailed (in this particular case the "network 
subsystem" was perfectly usable, but the remote side was resetting connection 
(sending RST) during handshake).

2a) implement fall-back in case the server does not support the default SSL/TLS 
protocol version, 

2b) and/or allow user to select the protocol version to use.

Thanks.

Original issue reported on code.google.com by rm-rf-wl...@mail.ru on 4 Jun 2012 at 2:40

GoogleCodeExporter commented 9 years ago
Try to put 2 OpenSSL DLLs libeay32.dll and ssleay32.dll into transgui folder.

Original comment by j...@cp-lab.com on 5 Jun 2012 at 7:29

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 20 Sep 2012 at 4:07