On Sat, Jul 11, 2009 at 12:44 AM, kareem_s_m wrote:
>
> I know about catching the exception. I just want to know if there is a way to
> tell tomcat to ignoring or trusting any third party certificates.
And I'm saying that Tomcat has *nothing to do with it*.
It's your application making the reques
On 11-Jul-2009, at 00:36, kareem_s_m wrote:
So when my site connects to a site through HTTPS protocol, tomcat
tires to
validate the server certificate with the cacerts keystore in my JDK.
Now if
the server certificate is signed by a trusted authority then the
connection
is successful. B
I know about catching the exception. I just want to know if there is a way to
tell tomcat to ignoring or trusting any third party certificates. Do you
have idea on that?
Hassan Schroeder-2 wrote:
>
> On Fri, Jul 10, 2009 at 9:36 PM, kareem_s_m wrote:
>>
>> So when my site connects to a site thro
On Fri, Jul 10, 2009 at 9:36 PM, kareem_s_m wrote:
>
> So when my site connects to a site through HTTPS protocol, tomcat tires to
Whoa. Your "site" doesn't connect to anything. And Tomcat doesn't
"tire" (sic) anything.
Your *application* is, wait, what?
> Caught unhandled exception: javax.net.ss
gmail.com]
>> Subject: RE: Ignore or Trust any certificate
>>
>> If my application is the client, and I am connecting to a website
>> through a HTTP Post, then I want the tomcat (on which my website
>> is running) to not validate the connecting site's certific
> From: kareem_s_m [mailto:kareemud...@gmail.com]
> Subject: RE: Ignore or Trust any certificate
>
> If my application is the client, and I am connecting to a website
> through a HTTP Post, then I want the tomcat (on which my website
> is running) to not validate the
Server Certs
If my application is the client, and I am connecting to a website through a
HTTP Post, then I want the tomcat (on which my website is running) to not
validate the connecting site's certificate. It should either ignore or trust
any certificate.
> -Original Message-
> Fr
> -Original Message-
> From: kareem_s_m
> Sent: Friday, July 10, 2009 14:47
>
>
> Hi There,
>
> Is there a way in tomcat to ignore or trust any SSL
> certificate when connecting to a site through https? I know
> there is some JAVA code for it.
> But can we do it through tomcat or J