Re: Error getting the SSL context object

2018-03-13 Thread Joey Piccola
Also had this issue, matching the privateKey and keyStore solved it. On Monday, March 6, 2017 at 9:26:59 AM UTC-7, raghaven...@gmail.com wrote: > > Thanks for the post steven, I had the same issue i.e. different password > for keystore and key. recreating the keystore and key with the same >

Re: Error getting the SSL context object

2017-03-06 Thread raghavendra . br436
Thanks for the post steven, I had the same issue i.e. different password for keystore and key. recreating the keystore and key with the same resolved it. On Friday, December 19, 2014 at 2:05:59 PM UTC-5, Steven Erat wrote: > > I encountered the same exception. The short answer is that the

Re: Error getting the SSL context object

2014-12-22 Thread shanmusu
Thanks Steve. I created a new jenkins.jks keystore with same password as the private key which is imported into the keystore, it worked!! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Error-getting-the-SSL-context-object-tp4723787p4732030.html Sent from the Jenkins

Re: Error getting the SSL context object

2014-12-19 Thread Steven Erat
I encountered the same exception. The short answer is that the privateKey password did not match the keyStore password, at first. When I realized this could be a problem, I tried setting the JENKINS_ARG option —httpsPrivateKeyPassword to in addition to the --httpsKeyStorePassword, but I got