mod_dav_svn : scheme changes from https to http after authentication
From: Danny MacMillan <flowers~subversion.tigris.org~users_at_nekulturny.org>
Date: 2006-04-11 18:49:19 CEST
Hi,
I have a Subversion 1.3.0 repository being served up by Apache 2.0 on a
If I browse to the repository at the following URL:
https://dev.example.com/projectname/svn
I am prompted for credentials. So far so good. When I actually supply
http://dev.example.com/projectname/svn/
Since I have 'SSLRequireSSL' in my apache config, this results in a
If I instead browse to the following URL (in a new browser instance):
https://dev.example.com/projectname/svn/
I am prompted for credentials, and when I authenticate it works as
My biggest concern here is that I have supplied credentials to an SSL
Here are the relevant portions of my apache config. If something else
<Location /projectname/svn>
<VirtualHost 192.168.1.251:443>
In the above, /devroot is a symbolic link to /usr/devroot (shouldn't
Thanks,
-- Danny MacMillan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Apr 11 18:51:17 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.