[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can not get client side certificates to work

From: Anders Blomdell <anders.blomdell_at_control.lth.se>
Date: 2004-02-12 18:58:13 CET

On onsdag, februari 11, 2004, at 06:55 , Anders Blomdell wrote:
> I 'm trying to get subversion to use client side certificates, but when I
> try:
>
> svn update
>
> I get this response
> svn: PROPFIND request failed on '/svn/repos'
> svn: PROPFIND of '/svn/repos': Could not read status line: SSL error:
> sslv3
> alert unexpected message (https://davinci)
>
> instead of the expected certificate prompt.
>
> It works OK with mozilla, so the problem seems to be in subversion (neon?
> )
Does anybody have a svn server that requests client side certificates that
I could try to connect to? I would have expected opensssl to call
'provide_client_cert', but it seems like it never gets that far.

It seems like code goes through these calls:
   ne_sock_connect_ssl
     svn_cl__auth_ssl_server_trust_prompt
   and then call to SSL_read returns -1

after this apache reports:
   Re-negotiation handshake failed: Not accepted by client!?

but it seems like subversion doesn't even try to find a client certificate
(or prompt for one). Anybody has a clue?

Regards

Anders Blomdell

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 12 19:11:40 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.