Re: truststoreFile vs javax.net.ssl.trustStore

2010-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Estanislao, On 8/16/2010 4:34 AM, Estanislao Gonzalez wrote: > thanks a lot for your help! I've solved the matter but I have still some > questions and some interesting findings I would like to share, so please > continue reading this email :-) Glad

Re: truststoreFile vs javax.net.ssl.trustStore

2010-08-16 Thread Estanislao Gonzalez
Hi Chris, thanks a lot for your help! I've solved the matter but I have still some questions and some interesting findings I would like to share, so please continue reading this email :-) It turned out, that the problem was caused by a library within a servlet (which is not open sourced, so

Re: truststoreFile vs javax.net.ssl.trustStore

2010-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Estani, On 8/13/2010 5:31 AM, Estanislao Gonzalez wrote: > privatekey (I'm connecting two servlet running at the moment in the same > machine and requiring server and client ssl authentication) > # keytool -list -keystore /usr/local/tomcat/conf/ssl_to

Re: truststoreFile vs javax.net.ssl.trustStore

2010-08-13 Thread Estanislao Gonzalez
Hi Chris, privatekey (I'm connecting two servlet running at the moment in the same machine and requiring server and client ssl authentication) # keytool -list -keystore /usr/local/tomcat/conf/ssl_tomcat_cert Keystore type: JKS Keystore provider: SUN Your keystore contains 1 entry tomcat, Aug

Re: truststoreFile vs javax.net.ssl.trustStore

2010-08-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Estani, On 8/12/2010 3:47 AM, Estanislao Gonzalez wrote: > If I set both trustoreFile and javax.net.ssl.trustStore which one is > being honored? The documentation is not clear to me: > "The trust store file to use to validate client certificates. The

truststoreFile vs javax.net.ssl.trustStore

2010-08-12 Thread Estanislao Gonzalez
Hi, I try to simplify my question in the hopes that someone can answer it. If I set both trustoreFile and javax.net.ssl.trustStore which one is being honored? The documentation is not clear to me: "The trust store file to use to validate client certificates. The default is the value of the |ja