I have a repository that works fine using http. I then added mod_ssl to
the apache server. https works fine in a browser but when I use svn I
get the following errors:
---------------------------------------
[control@sandbox1 tripking]$ svn co
https://sandbox1.tripking.com/svn/tripking/ .
svn: RA layer request failed
svn: PROPFIND request failed on '/svn/tripking'
svn: PROPFIND of '/svn/tripking': Could not read status line: SSL error:
sslv3 alert unexpected message (https://sandbox1.tripking.com)
---------------------------------------
Notes:
* Repository browsing works fine using Mozilla on http and https
* svn works fine under http
* Using elinks (text based browser) I get an http 301 (document moved)
response that may be causing the problem with the svn client.
I believe the error is in my apache configuration, included below. any
help to resolve this issue will be greatly appreciated.
-Adam
------ Apache: SVN Config ------
<Location /svn/tripking>
DAV svn
SVNPath /usr/local/svnroot/tripking
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile "/etc/httpd/conf/.htusers
Require valid-user
SSLRequireSSL
SSLCipherSuite ALL
</Location>
----------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 7 19:20:38 2004