SVN fails when SSL Server asks for renegotation
From: Mads B. Tandrup <mads_t_at_yahoo.com>
Date: 2006-05-02 14:07:50 CEST
Hello
I'm not sure if this is a bug in subversion or a 'feature'. I've tried the users list withou result. But here goes.
I am trying to set up our SSL server to provide access to our SVN repositories. The SSL server hosts our webmail along with other applications.
Our Apache SVN configuration looks like this:
Require valid-user
Apart from this the SSL servers general configuration includes SSLCACertificateFile info.
When I access the repository using Firefox or Internet Explore it works fine. The client is required to present a certificate when browsing https://ssl.ourcompany.com/svn/foo, but not https://ssl.ourcompany.com/webmail or other locations on the server. As expected.
But when I try to use SVN to access the repository it says:
If I change the apache configuration, such that the overall SSL configuration includes "SSLVerifyClient optional". And removes "SSLVerifyClient require" from the SVN configuration, it works:
But now the webmail prompts the client for an certificate as well, which I do not want.
For me it seems like the svn client gives up when the SSL server asks for an renegotation.
My versions are:
$ openssl version
And on the SSL server:
$ openssl version
I've tried with TortoiseSVN on a Windows PC with the same result. TortoiseSVN version info is:
Best regards,
---------------------------------------------------------------------
|
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.