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