-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
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
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