info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sserver failure - SSL connection failed


From: Jason Williard
Subject: Re: sserver failure - SSL connection failed
Date: Thu, 17 Mar 2005 10:40:23 -0800

Another note:

I think the issue may be with how I setup the xinetd service, but I don't 
know for sure.  Here's what I have:

CVSPSERVER:
---
service cvspserver
{
    disable = no
    port = 2401
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    group = root
    passenv = PATH
    env = 'HOME=/cvs'
    server = /usr/local/bin/cvs
    server_args = -f authserver
}
---
CVSSSERVER
---
service cvssserver
{
    disable = no
    port = 8003
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    group = root
    passenv = PATH
    env = 'HOME=/cvs'
    server = /usr/local/bin/cvs
    server_args = -f authserver
}
---
My assumption is that there should either be a different server or 
server_args or both for sserver, but I can't find any documentation on that.

Thanks,
Jason Williard



"Todd Denniston" <address@hidden> wrote in message 
news:address@hidden
> Jason Williard wrote:
>>
>> I just completed the installation of our new cvs server.  At this point, 
>> it
>> is working as it should be with one exception; sserver is not working.
> <SNIP>
>> I am able to successfully checkout the CVSROOT module using pserver, so I
>> know that system is working.  I am assuming that the issue has to do with
>> the private key or public certificate, but I am not sure.
>>
>> Here is what I have installed:
>>  - Fedora Core 1
>>  - 1.11.1p1.perm13 (From freepository.com)
>>  - OpenSSL 0.9.7a
>>
>> The SSL key and certificate were issued and placed in /etc/cvsSSLkeys.
>>
>> I am using TortoiseCVS on a Windows system to connect to the repository.
>>
>> Is there something that I am missing here?
>
> I think what you are missing is
> 1) that sserver is a CVSNT modification
> http://www.google.com/search?hl=en&q=sserver+site%3Acvshome.org&btnG=Google+Search
> http://www.google.com/search?hl=en&lr=&q=sserver+CVSNT&btnG=Search
> Note that as Arthur Barrett reminds us usually, CVSNT will also install
> under UNIX if you want it.
> http://www.cvsnt.org
>
> 2) even under normal cvs, version 1.11.1p1.perm13 is ancient and bug
> riddled.
> https://www.cvshome.org/
> https://ccvs.cvshome.org/files/documents/19/746/NEWS.1.11.19
> https://ccvs.cvshome.org/servlets/ProjectDocumentList
>
> Hope this helps.
> -- 
> Todd Denniston
> Crane Division, Naval Surface Warfare Center (NSWC Crane)
> Harnessing the Power of Technology for the Warfighter
>
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]