Hi
On machine C:
I type in prompt on terminal pts/0:
stunnel -f -d 2401 -r 192.168.0.2:2402
and get output:
Using '192.168.0.2.2402' as tcpwrapper service name
stunnel 3.16 on i686-pc-linux-gnu PTHREAD+LIBWRAP
And on machine S:
I type in prompt:
stunnel -f -d 2402 -l cvspserve
and get output:
Using 'cvspserver' as tcpwrapper service name
stunnel 3.8p4 on i686-pc-linux-gnu PTHREAD+LIBWRAP
Then I type on machine C in terminal pts/0:
cvs -d :pserver:[EMAIL PROTECTED]:/var login
and get output:
(Logging in to [EMAIL PROTECTED])
CVS password:
I enter password and then on machine C on pts/0 message occurs:
SSL_accept: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
And on machine S this:
SSL_accept: error:00000000:lib(0):func(0):reason(0)
cvspserver connected from 192.168.0.86:1141
and from cvs: cvs [pserver aborted]: bad auth protocol start:
Why there is a problem 'unknown protocol' ?
What did I tried to do is:
create secure tunnel from client:2401 to server:2402
(cvs uses port 2401)
create secure tunnel from server:2402 to default port of cvspserver
now any cvs request from client should be redirected to this tunnel
As you can see it doesn't work? Why?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]