Is there an command line option to auto accept a SSL certificate permanently using the SVN commandline in a way that avoids the prompt?
feedback
|
|
It depends somewhat on your version of svn. Recent (1.6+) ones have the usual --non-interactive (which you want to use to avoid prompts) and also a --trust-server-cert that may do what you want. | |||||
feedback
|
|
You should be able to download the certificate and then place it in the appropriate directory. Or you can download the CA certificate and then set the configuration option ssl-authority-files to trust that CA. See the SSL Certificate Management section in the book. | |||
feedback
|