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

PROPFIND request failed on /repository; SSL negotiation failed; unknown protocol

From: suraiya khan <khansuraiya_at_yahoo.com>
Date: 2006-02-14 21:21:06 CET

Hi,
I setup subversion server using apache on fedora. All
http-based local and remote accesses to the
repositories, using browser or tortoisesvn, are
working fine. But, when I have enabled SSL based
access to the repositories, I started getting error
messages. It is working fine if I test it locally
(using
svn list https://www.myserver.com/repository
or
lynx https://www.myserver.com/repository).

But the problem is I am unable to access the
repositories remotely via https protocol (using a
browser or tortoisesvn). I get “the page cannot be
displayed” error message while accessing the
repository using the browser. On the other hand, I
get the following error message in tortoisesvn:
PROPFIND request failed on ‘/repository’; SSL
negotiation failed; unknown protocol (
https://www.myserver.com).
I am using self-signed certificate. So far, I have
enabled sever authentication only and I shall enable
client authentication in future.

I saw some other people posted the same question on
the internet – but either there is no response or
responses to the question are not helpful. Parts from
my ssl.conf and httpd.conf setting are given below.
I am using subversion 1.3.0. Could you please give me
some hints about how to fix the problem? Thanks in
advance.
Suraiya

ssl.conf
-------------
SSLCertificateFile /etc/httpd/conf/ssl/scm-server.crt
SSLCertificateKeyFile
/etc/httpd/conf/ssl/scm-server.key

<VirtualHost _default_:443>
DocumentRoot "/var/www/html"
ServerName www.myserver.com:443
SSLEngine on
</VirtualHost>

httpd.conf
---------------
LoadModule ssl_module
/usr/lib/httpd/modules/mod_ssl.so
LoadModule dav_svn_module
/usr/lib/httpd/modules/mod_dav_svn.so
LoadModule authz_svn_module
/usr/lib/httpd/modules/mod_authz_svn.so

<Location /repository>
  DAV svn
  SVNPath /var/local/repository
  SSLRequireSSL
   # how to authenticate a user
  #AuthType Basic
  #AuthName "Subversion repository: test_ssl"
  #AuthUserFile /etc/auth-file
  # only authenticated users may access the repository
 # Require valid-user
 </Location>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Feb 14 21:21:18 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

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