[NTLUG:Discuss] Anyone using netbeans with a CVS server over SSL?
Neil Aggarwal
neil at JAMMConsulting.com
Sun Jan 27 16:24:29 CST 2002
Hello:
I am trying to set-up a CVS server for my sources. Since I want
to make sure that everything is encrypted, I am using stunnel to
encrypt the data using SSL.
I believe that I have my server, a RedHat 7.1 machine, set-up correctly.
I have set-up a CVS pserver using the directory /usr/local/cvsroot
as the repository.
Next, I created a tunnel for it using this command:
stunnel -d 22401 -r localhost:cvspserver
This means that the CVS server will accept an incoming connection
on port 22401 using SSL for encryption. It will decrypt what
it receives and forward it to the cvspserver on the localhost.
Now, I have to get Netbeans to work with the server, but I can't figure
out how to get it working.
Has anyone used netbeans to access a repository from a CVS server
over SSL?
Thanks,
Neil.
--
Neil Aggarwal
JAMM Consulting, Inc. (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development Websites, Ecommerce, Java, databases
More information about the Discuss
mailing list