Re: cvs-nserver - ssh ...
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-12-26 23:10:37
|
>>>>> "l" == linuxx <li...@ja...> writes: l> Hi .. i have setup a stunnel cvs server ..that aparently start l> correct ... but Who you can connect to it ??? .. I try ... l> stunnel -c -d localhost:22222 -r server.remote:22401 & cvs login l> then it ask me for a password .. i suply it and it hang .. l> errors in log ... l> Dec 25 22:41:32 jaya stunnel[30531]: cvs-pserver connected from l> 192.168.0.2:3105 Dec 25 22:41:32 jaya stunnel[30531]: SSL_accept: l> error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol Humm, the ssl-client.c uses SSLv3_client_method(). Try to change it to SSLv23_client_method() and recompile. Does it work? l> i know im doings somethings bad... really bad... -- I think that's my fault wrt compatibility. --alexm |