Wednesday, December 06, 2006

No more 'unable to find valid certification path to requested target'

Moved to http://nodsw.com/blog/leeland/2006/12/06-no-more-unable-find-valid-certification-path-requested-target

Labels: , ,

22 Comments:

At 1/30/2007 11:06 PM, Blogger Unknown said...

Hi,

Thanks a lot and thanks to Andrea!!! Such a big help....

Nanzy

 
At 8/29/2007 12:00 AM, Blogger langya said...

Hello

Thank you to Andeas Sterbenz very much
You can help me resolve problem

 
At 8/29/2007 12:03 AM, Blogger langya said...

Hello

Thank you very much
You can big help for me resolve problem

 
At 3/24/2008 5:36 PM, Blogger 加肥猫 said...

Thanks a million
Help me quite a lot

 
At 3/31/2008 4:35 PM, Blogger Dattatray Kulkarni said...

I followed all the steps mentioned in the article. I also saw the message - Added certificate to keystore ...

We are having an web based application whihc runs on JBOSS. But this application is still giving the same error - SSLHandshakeException

Do we need to chnage any startup parameters in the JBOSS run.sh script?

 
At 4/16/2008 12:28 PM, Blogger Leo Todeschini said...

Thanks very much, this came at the right time. Really helped me out.

 
At 4/21/2008 8:00 AM, Blogger Unknown said...

I tried to compile the java file to install a cert and I get a compilation error on line 152... I think it has to do with the inheritance using the : the way it is written out. perhaps this is a java version error... I am trying to compile with javac in j2sdk1.4.2_16

 
At 1/08/2009 7:31 AM, Blogger Tanguy Mezzano said...

Hi JAaronAnderson.com, I face the same problem as you. Did you figure it out???

thx,

Ketchup

 
At 3/20/2009 3:38 AM, Blogger casual focus said...

Hey

I am getting the following error when I tried using InstallCert.java ;


C:\>java InstallCert.java perftest.connectnoida.corp.adobe.com
Exception in thread "main" java.lang.NoClassDefFoundError: InstallCert/java
Caused by: java.lang.ClassNotFoundException: InstallCert.java
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)


Please guide. Thank you.
Rajeev

 
At 3/20/2009 8:56 AM, Blogger Sumant said...

Thank you verymuch, I followed all steps and I got the file and stored in security folder. But how it use this in our java client? I dont know what steps to follow, please help on this

 
At 4/09/2009 5:26 AM, Blogger Unknown said...

need help :(

if i run this application (anyway if in eclipse or by commandline) all seems to be fine. it tells me that the alias is added to jssecacerts.

but it aint. if i run the programm again it adds the certificate again to jssecacerts. and again, and again...
of course my java applications are still not able to handshake with the ca's host.

to you have an idea what could cause this problem?

 
At 5/19/2009 1:13 PM, Blogger Fabio Vilela said...

yes!!!
this thing saved my life here in my Job!

thank you very much!

 
At 10/01/2009 6:04 AM, Blogger Eric Njogu said...

Thank you!

 
At 6/30/2010 5:44 AM, Blogger terin varghese said...

The link to document on java website is broken. Please fix it

 
At 8/30/2010 1:10 PM, Blogger go said...

Copying to .../security - folder didn't work for me, but using
java -Djavax.net.ssl.trustStore=jssecacerts MyApp
worked.
Thanks ///M

 
At 11/15/2010 6:37 AM, Blogger Twin 2 said...

Thanks very much. You are my saviour. :D

 
At 5/19/2011 2:49 AM, Blogger sparta said...

I got the following error....

C:\Program Files\Java\jdk1.6.0_17\bin>java InstallCert https://www.ebidsourcing.
com
Exception in thread "main" java.lang.NoClassDefFoundError: InstallCert
Caused by: java.lang.ClassNotFoundException: InstallCert
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
Could not find the main class: InstallCert. Program will exit.


can you help me plzzz...
Thank you in advance.

 
At 6/13/2011 3:23 PM, Blogger sjoshi said...

The InstallCert client is not there anymore, where can I get the client from? Thanks

 
At 7/14/2011 9:08 AM, Blogger just another blog... said...

cant able to download the java program. It is displaying 404 error in oracle site

 
At 8/04/2011 10:46 AM, Blogger Naseer said...

I am unable to download the java program. It takes me to a 404 error. Could you send the file to smk.naseer@yahoo.com

 
At 8/16/2011 1:59 PM, Blogger Paŭlo Ebermann said...

So, you copied the article, and the original (together with its whole blog) is now gone away. Sadly, also the download links are now gone away. Do you randomly have copies of those?

 
At 9/05/2011 2:59 AM, Blogger monica said...

Great article...Helped me to solve my problem in few min...thanks for posting this to the point article...

 

Post a Comment

<< Home