Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Sebastian Juerges wrote: > When doing a > cvs -d :pserver:sebastian at myhost.com/home/cvsroot login > > everything works fine, whereas when i try a > cvs -d :sserver:sebastian at myhost.com/home/cvsroot login > > it gives me this error message: > cvs login: SSL connection failed: error:140770FC:SSL > routines:SSL23_GET_SERVER_HELLO:unknown protocol > cvs [login aborted]: Connection to server failed Do you have sserver protocol installed on the server side? Also, it looks like there's a typo in your cvsroot, there's normally a : between the server name and the repository fields. cvs -d :sserver:sebastian at myhost.com:/home/cvsroot login Regards, -- Glen Starrett