Hi,
We use a self signed SSL certificate on our SVN server, is it possible to have the SSL certificate exception to be accepted by Go?
Currently we are getting errors trying to connect to the source control.
Thanks
Hi,
We use a self signed SSL certificate on our SVN server, is it possible to have the SSL certificate exception to be accepted by Go?
Currently we are getting errors trying to connect to the source control.
Thanks
Comments
4 comments
In Go, there is currently no option to accept the self signed SSL certificate. You will have to permanently accept the certificate once on the server and all the agents from the command line.
On the Go server and all the agents that will be using svn, run svn list. Accept the certificate permanently.
What do you mean by "on the go server"? Do you mean on the box that is running Go Server? Or is there some feature with Go Server that lets you execute a command like this?
You need to do this on the machine which is running Go server, as well as the machines which are running Go agents that will be using svn.
For the benefit of other community users, this question has been addressed at : http://support.thoughtworks.com/entries/23645431?challenge=lpoboq5ecswlxgl
Please sign in to leave a comment.