Thanks Paul, I'm busy looking at PureTLS as a solution.
-Original Message-
From: Paul L. Allen [mailto:[EMAIL PROTECTED]]
Sent: 18 September 2002 19:53
To: [EMAIL PROTECTED]
Subject: Re: apache with client certificates
"Jose Correia (J)" wrote:
>
> [...]
> O
: Jueves, 19 de Septiembre de 2002 01:16
Para: '[EMAIL PROTECTED]'
CC: [EMAIL PROTECTED]
Asunto: RE: apache with client certificates
In general, when a client certificate is presented to the server the server
will attempt to "validate" the client certificate. In addition to c
ge, please
notify the sender immediately and do not retain the message in any form,
printed or electronic.
-Original Message-
From: Jose Correia (J) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 8:54 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: apache wit
"Jose Correia (J)" wrote:
>
> [...]
> On my Java side I'm using JSSE 1.0.3 together with Innovation's
> HTTPClient like:
That's probably your problem. I tried to get a Java/JSSE client
to do client-side authentication with a C/OpenSSL server recently
and couldn't get it to work. I posted a que
: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: apache with client certificates
Hi all
I'm actually now getting in ssl_engine.log:
[18/Sep/2002 14:41:57 32739] [error] OpenSSL: error:140890C7:SSL
routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate
[Hint: No CAs kno
OTECTED]
Subject: RE: apache with client certificates
Hi there
I set the depth to 1 and I do have my cache set to:
SSLSessionCache dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout 300
SSLMutex file:/usr/local/apache/logs/ssl_mutex
Still not working...
Argghhh, this is so frus
etFactory(sc.getSocketFactory());
HTTPResponse response = con.Get("/test/servlet/ldapb2bservlet");
InputStream content = (InputStream)response.getInputStream();
Any other ideas, thanks...
-Original Message-
From: Xperex Tim [mailto:[EMAIL PROTECTED]]
Sent: 18 September 2002 01
I am using Apache 1.3.26 with OpenSSL 0.9.6c and client authentication works for me.
I have
SSLVerifyDepth set to 1 and specified an SSLSessionCache but otherwise my setup is
roughly the
same as yours.
--- "Jose Correia (J)" <[EMAIL PROTECTED]> wrote:
> Hi all
>
> Is anyone aware of Apache ve