Re: [OT] Client to communicate to SSL WebServices on tomcat

2010-09-24 Thread aravidu
Yes, both client and firefox are on my local desktop.. Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Aravidu, > > On 9/23/2010 7:13 AM, aravidu wrote: >> Ok. Thanks. I fixed it and tested it again. Now it s

Re: [OT] Client to communicate to SSL WebServices on tomcat

2010-09-23 Thread aravidu
I am sure the URL/endpoint is working because I am able to access the endpoint thru firefox. Pid * wrote: > > On 23/09/2010 02:54, aravidu wrote: >> -Djavax.net.ssl.keyStore =${truststore.location} > >> With this setup, it kept complaining about a very basic err

Re: [OT] Client to communicate to SSL WebServices on tomcat

2010-09-22 Thread aravidu
te certificate. Your server is responsible to provide the > whole chain of certificates to get to a trusted root. (This file can > be provided by the company who signed your server certificate) > > > > On Wed, Sep 22, 2010 at 5:51 PM, Christopher Schultz > wrote: >> -BEGIN PG

Re: [OT] Client to communicate to SSL WebServices on tomcat

2010-09-22 Thread aravidu
> To whom it may concern, > > On 9/22/2010 2:05 PM, aravidu wrote: >> I don't know if this is directly related to "tomcat" > > It is not related to Tomcat, but that's okay. Just mark the thread > "off-topic" using [OT] in the subject as I ha

Client to communicate to SSL WebServices on tomcat

2010-09-22 Thread aravidu
Guys.. need help asap. I don't know if this is directly related to "tomcat" but here is the situation: 1. I have deployed web services on tomcat 2. they listen on a secure port - https://:port// 3. mutual authentication on the server side is established. implies, i have configured the server t

Re: tomcat mutual authentication doesn't work

2010-09-01 Thread aravidu
not able to recognize the password i gave. it kept complaining that the password is incorrect. is it because of trying to use a key on windows that was created on UNIX? Do you think the key is tampered when i do a file transfer? how can i resolve this? Thanks much. aravidu wrote: > > I

Re: tomcat mutual authentication doesn't work

2010-08-20 Thread aravidu
I tried your steps and it worked!!! Thank you very very much!! You are awesome!! :-) Ognjen Blagojevic-5 wrote: > > On 20.8.2010 0:44, aravidu wrote: >> I don't have a client.keystore. >> >> Commands I used for creating a truststore& adding keys to it: >

Re: tomcat mutual authentication doesn't work

2010-08-20 Thread aravidu
Ok. I will follow your steps and get back to you. I will write back in a couple hours.. Thanks very much! -A Ognjen Blagojevic-5 wrote: > > On 20.8.2010 0:44, aravidu wrote: >> I don't have a client.keystore. >> >> Commands I used for creating a truststore&am

Re: tomcat mutual authentication doesn't work

2010-08-19 Thread aravidu
eption (install it into my browser). Upon completion, I see this error: SSL peer cannot verify your certificate. (Error code: ssl_error_bad_cert_alert) Let me know if this doesn't make sense. Regards, Aravind. Ognjen Blagojevic-5 wrote: > > On 19.8.2010 22:35, aravidu wrote: >&g

Re: Tomcat 5.5 Trust Stores and Client Authentication

2010-08-19 Thread aravidu
Did you finally figure out how to fix this issue? I am having the same issue today.. Can you please help, if you happen to look at this? The only change is I am using tomcat 6.0 Thanks much. -A Ron Perkins-2 wrote: > > Hi All, > > I have done the following to create a Trust Store for Tomcat

tomcat mutual authentication doesn't work

2010-08-19 Thread aravidu
Hi All, I am trying to setup mutual authentication for an app in tomcat/webapps/ folder. I have done the following to create a Trust Store for Tomcat 6.0 to use: I created the keystore and truststore too. keystore has a PrivateKeyEntry and truststore has a trustedCertEntry. Here is my server