Re: HTTPS Subversion 1.7 and Jenkins - issuer not trusted

2015-04-28 Thread Sreekumar R
Adam Retter adam.retter@... writes: Hi Jan, Thanks for your reply I have finally solved this, unfortunately it was not as simple as I hoped (probably due to the fact our platform is on Windows Server). The point you raised below, gave me a good hint - Run a simply svn command like

Re: HTTPS Subversion 1.7 and Jenkins - issuer not trusted

2015-04-28 Thread Sreekumar R
Adam Retter adam.retter@... writes: Hi Jan, Thanks for your reply I have finally solved this, unfortunately it was not as simple as I hoped (probably due to the fact our platform is on Windows Server). The point you raised below, gave me a good hint - Run a simply svn command like

Re: HTTPS Subversion 1.7 and Jenkins - issuer not trusted

2012-08-07 Thread Adam Retter
Hi Jan, Thanks for your reply I have finally solved this, unfortunately it was not as simple as I hoped (probably due to the fact our platform is on Windows Server). The point you raised below, gave me a good hint - - Run a simply svn command like list/info/whatever from a

Re: HTTPS Subversion 1.7 and Jenkins - issuer not trusted

2012-07-16 Thread Jan Seidel
Hi Adam, Your server is already using a certificate, so this is nothing you have to worry about anymore in order to get Jenkins running ;) Install the server certificate on the machine running Jenkins in the trusted cert store. Note you may have to install it in various stores. - ssh to the

HTTPS Subversion 1.7 and Jenkins - issuer not trusted

2012-07-13 Thread Adam Retter
Our Subversion server is operating over HTTPS and works fine typically form the command line. We are using a self-signed certificate and the first time we do an 'svn co' locally we have to of course permanently accept the certificate. However I cannot seem to get Jenkins to work with our