koolking12 / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

unable to use with https #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Hudson machine setup to use https 
2. Try and connect to url in preferences
3. i get

sun.security.validator.validatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification to valid path to requested target

Expected to get past the url validation

version 1.0.10
Eclipse 3.5.1
Windows XP

Original issue reported on code.google.com by David.Sa...@gmail.com on 10 Nov 2009 at 12:14

GoogleCodeExporter commented 8 years ago
saw there was a nother issue in here regarding https, and the url we are using 
is a
non standard one, i.e 

https://server.company.com:8200/utvec/

Original comment by David.Sa...@gmail.com on 10 Nov 2009 at 12:24

GoogleCodeExporter commented 8 years ago
Same here for https with eclipse helios. I also imported als certificates to 
jdk/jre keystore of the java in run eclipse on, but doesnt help.
Any ideas? I don't wanna publich my build server url without ssl encryption.

Original comment by fabismai...@gmail.com on 23 Aug 2010 at 3:46

GoogleCodeExporter commented 8 years ago
Hi,

importing the root ca to my jre keystore worked for me.

Original comment by cm@notagain.de on 21 Mar 2011 at 9:32

GoogleCodeExporter commented 8 years ago
Could you provide the command line for this.

I have tried but neither helps me.

keytool -import -trustcacerts -alias root -file jenkins_certificate.cer 
keytool -importcert -file jenkins_certificate.cer 

Is there a way to do this from within eclipse?

Original comment by fredrik....@gmail.com on 21 Mar 2012 at 2:58