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 says this: Caused by: java.net.SocketException

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

2010-09-23 Thread aravidu
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 error. Here is the exception

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://host:port/endpoint/ 3. mutual authentication on the server side is established. implies, i have configured

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

2010-09-22 Thread aravidu
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 have done. 5. what i want is, i want to test this using a Java client with/without

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

2010-09-22 Thread aravidu
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 ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 9/22/2010 3:04 PM, aravidu wrote

Re: tomcat mutual authentication doesn't work

2010-09-02 Thread aravidu
.. it is 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 tried

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 adding keys to it: keytool -export

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: keytool -export -alias clientcert -file client

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

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 to

Re: tomcat mutual authentication doesn't work

2010-08-19 Thread aravidu
: 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: I created the keystore and truststore too. keystore has a PrivateKeyEntry and truststore