On 9/27/05, Friedman, Brad <Brad.Friedman@disa.mil> wrote:
> Still having issues with the below problem. I will add somemore information
> to see if anyone can assit. Running Apache 2.0.54, Subversion 1.1.2,
> TortoiseSVN 1.2.2 and Win2003 server with Internet Explorer v6.0. I am also
> going to add my httpd.conf so maybe someone can see what I am doing wrong. I
> dont know if I should start all over or what. I am able to use http but not
> https. I would appreciate if I could contact someone directly to discuss
> some options. Thanks again
What problems are you running into? Errors?
> Listen 443
> NameVirtualHost *:443
>
> <VirtualHost *:443>
> ...
> <Location /svn>
> SSLRequireSSL
> DAV svn
> SVNParentPath E:\SVN
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> #AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>
>
> </VirtualHost>
I don't have any locations referenced in the ssl.conf (actually didn't
touch it aside from the SSLMutex line (changed to:)
SSLMutex default
This appears to get me the same data over https as served up via http,
but through the encryption layer. I have yet to put a packet sniffer
on it to see what is exactly passing over the wire. (and to check for
cleartext passwords)
-Aaron
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 20:10:37 2005