Re: configured truststore ignored by tomcat

2012-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 9/19/12 10:33 AM, Daniel Mikusa wrote: > On Sep 19, 2012, at 2:40 AM, marco_strull...@swissre.com wrote: > >> Hi all, I have a tomcat 6.0.35 that needs to connect to a remote >> server using https, so it is acting as a https client: it means

Re: configured truststore ignored by tomcat

2012-09-19 Thread Daniel Mikusa
On Sep 19, 2012, at 2:40 AM, marco_strull...@swissre.com wrote: > Hi all, > I have a tomcat 6.0.35 that needs to connect to a remote server using > https, so it is acting as a https client: it means that tomcat must have > the remote server certificate installed. > > The ideal solution I found

configured truststore ignored by tomcat

2012-09-18 Thread Marco_Strullato
Hi all, I have a tomcat 6.0.35 that needs to connect to a remote server using https, so it is acting as a https client: it means that tomcat must have the remote server certificate installed. The ideal solution I found is to configure the truststore in the server.xml. Please see the following