problem in client authentication

2006-01-10 Thread Samy Thiyagarajan
Hi all, Im testing an SSL server with s_client. I want to implement client authentication. The problem is even if I include the certificate and key file in my client call, SSL_get_peer_certificate() returns NULL I tried the following calls, a) S_client -connect ip:port b) s_client -connect

problem in client authentication

2006-01-10 Thread Samy Thiyagarajan
my last mail seem to be lost somewhere.. Hi all, Im testing an SSL server with s_client. I want to implement client authentication. The problem is even if I include the certificate and key file in my client call, SSL_get_peer_certificate() returns NULL I tried the following calls

RE: problem in client authentication

2006-01-10 Thread Mark
my last mail seem to be lost somewhere.. I got it! Hi all, Im testing an SSL server with s_client. I want to implement client authentication. The problem is even if I include the certificate and key file in my client call, SSL_get_peer_certificate() returns NULL I tried

problem in client authentication -no luck

2006-01-10 Thread Samy Thiyagarajan
PROTECTED] 10.01.2006 14:12 Please respond to openssl-users@openssl.org To openssl-users@openssl.org cc Subject RE: problem in client authentication Classification my last mail seem to be lost somewhere.. I got it! Hi all, Im testing an SSL server with s_client. I want

RE: problem in client authentication -no luck

2006-01-10 Thread David C. Partridge
Sent: 10 January 2006 14:53 To: openssl-users@openssl.org Subject: problem in client authentication -no luck hi .. now i created a CA and a certificate signed by it. my client call is now, s_client -connect ip:port -cert clientcert.pem -key clientPrivKey.pem -CAfile cakey.pem still

Re: problem in client authentication -no luck

2006-01-10 Thread Peter Sylvester
Samy Thiyagarajan wrote: hi .. now i created a CA and a certificate signed by it. my client call is now, s_client -connect ip:port -cert clientcert.pem -key clientPrivKey.pem -CAfile cakey.pem still no development can someone look into this issue please...? The CAfile for tjhe

Problem in Client authentication

2005-02-14 Thread Manu Narang
Hi, I am creating a webservice in C++ using gSOAP 2.6.2 with OpenSSL-v0.9.7e. Client authentication is enabled. The first request works and command executes successfully, but the second request(and subsequent) fails with the following errors Client side SOAP FAULT: SOAP-ENV:Client

Problem with client authentication , apache 2 mod_ssl and java client

2002-09-24 Thread Reddy.Thirumal
Hi All, I have problem with client authentication. I have setup my CA using openssl , created server certificate and client certificate both signed by the CA. I have converted the client certificate to P12 format, imported this into IE6 and ssl communication was successful from Internet explorer