On Thu, Aug 09, 2018 at 05:42:40 -0700, Siva wrote:
> I am new to go-CD and facing below error while trying to setup my
> pipeline's material. i use Windows 7. Go's server & agent is installed in
> local(same) machine. I am trying to test the connection of my SVN
> connection.
>
> STDERR: svn: E230001: Server SSL certificate verification failed: issuer is not trusted
> ---
> 1. i have tried bouncing the server & agent. But still the same problem.
> 2. Tried to run the same command (svn list
http://mysvn.com/trunk) from the
> CMD prompt. I have verified that all activities works from there.
> 3. Ran command ''"runas /profile /user:org\dev_siva CMD" and re-executed
> the above point. But still i am not able to check the connection.
GoCD just executes the svn list (or svn info) command and should be doing nothing special. You could try the recommendations in this comment:
https://github.com/gocd/gocd/issues/4978#issuecomment-408243666
Especially the one about using the GoCD server zip and trying.
Cheers,
Aravind