Hi,

In my servlet code I'm using axis to call out to a web service that requires
SSL.  I created a jssecacerts file.  On my dev box I copied the file into
the $JAVA_HOME/lib/security/cacerts file, all is well.  On my real system I
cannot do that since it is a shared Java install.  So instead I added:

-Djavax.net.ssl.keyStore=/home/me/jssecacerts
-Djavax.net.ssl.trustStore=/home/me/jssecacerts

to the Catalina options.  I can see via ps that the params are being passed
properly.  However I still get the same error as if the files werent there. 
Any thoughts on what I'm doing wrong?

Thanks,
Frank
-- 
View this message in context: 
http://www.nabble.com/Keystore-problems-connecting-external-service-tf4731827.html#a13530209
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to