
January 19th, 2005, 10:12 AM
|
|
Contributing User
|
|
Join Date: Nov 2004
Location: Washington DC
|
|
|
hmm i've been dealing with SSL crap for the past 2 weeks at work, Unfortunatly it's weblogic, not tomcat. From this bit's i've picked up here and there I'm going to say your probably haven't added the certificate to the cert chain.
Because of the error we know that your code is trying to connect, so the ssl stuff looks to be working. Look at some documentation on the truststore(i think this is a tomcat thing), you might have to look at something called keytool (java deally)
|