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

DAV and httpd problems

From: Tim Burke <burket1_at_earthlink.net>
Date: Sat, 14 Jun 2008 19:49:17 -0600

I am running svn 1.4.6, and have interfaced it to Apache 2.2.8 httpd
(with ssl) under Windows XP SP 3. (But maybe not completely ;) ).

My clients are running TortoiseSVN 1.4.8 (for svn 1.4.6) under Windows
XP SP 3. (though I don't believe the client impacts my question).

When I attempt to use the Repo-browser (after I have cleared the
TortoiseSVN URLs, and authentication), and enter the url
https://JBossServer/svn - the browser shows a PROPFIND error.

Can some one provide me some direction to find a resolution to this problem?

I had created a private server certificate for my intranet use.

Later I also want to use the DAV entries for some other storage (than
just svn - but that is for later).

Here are the httpd_dav.conf lines that I thought were needed:

=====================================================
Alias /svn "D://SubVersionRepository"

<Location /svn>
     Dav svn

     Order Allow,Deny
     Allow from all

   SVNListParentPath on
   SVNParentPath "D:/SubVersionRepository/"
   SVNIndexXSLT "/svnindex.xsl"

     AuthType Basic
     AuthName svn
     # You can use the htdigest program to create the password database:
     # htdigest -c "D:/SubVerserionConfig/htpasswd " svn admin
     AuthUserFile "D:/SubVerserionConfig//htpasswd"
</Location>
=====================================================

I look back at the server access.log (from httpd logs) and see this:

=====================================================
10.0.0.3 - - [14/Jun/2008:19:07:28 -0600] "PROPFIND /svn/Documents
HTTP/1.1" 301 242
10.0.0.3 - - [14/Jun/2008:19:07:34 -0600] "PROPFIND /svn HTTP/1.1" 301 232
10.0.0.3 - - [14/Jun/2008:19:07:37 -0600] "PROPFIND /svn HTTP/1.1" 301 232
10.0.0.3 - - [14/Jun/2008:19:34:08 -0600] "PROPFIND /svn HTTP/1.1" 301 232
10.0.0.3 - - [14/Jun/2008:19:34:10 -0600] "PROPFIND /svn HTTP/1.1" 301 232
=====================================================

The ssl_request.log shows this:

=====================================================
[14/Jun/2008:19:34:08 -0600] 10.0.0.3 TLSv1 DHE-RSA-AES256-SHA "PROPFIND
/svn HTTP/1.1" 232
[14/Jun/2008:19:34:10 -0600] 10.0.0.3 TLSv1 DHE-RSA-AES256-SHA "PROPFIND
/svn HTTP/1.1" 232
=====================================================

and the error.log shows this:

=====================================================
[Sat Jun 14 19:33:52 2008] [warn] RSA server certificate is a CA
certificate (BasicConstraints: CA == TRUE !?)

[Sat Jun 14 19:33:52 2008] [warn] RSA server certificate CommonName (CN)
`Timothy R. Burke' does NOT match server name!?

[Sat Jun 14 19:33:52 2008] [notice] Digest: generating secret for digest
authentication ...

[Sat Jun 14 19:33:52 2008] [notice] Digest: done

[Sat Jun 14 19:33:52 2008] [warn] RSA server certificate is a CA
certificate (BasicConstraints: CA == TRUE !?)

[Sat Jun 14 19:33:52 2008] [warn] RSA server certificate CommonName (CN)
`Timothy R. Burke' does NOT match server name!?

[Sat Jun 14 19:33:52 2008] [notice] Apache/2.2.8 (Win32) SVN/1.4.6 DAV/2
mod_ssl/2.2.8 OpenSSL/0.9.8g configured -- resuming normal operations

[Sat Jun 14 19:33:52 2008] [notice] Server built: Jan 18 2008 00:37:19

[Sat Jun 14 19:33:52 2008] [notice] Parent: Created child process 672

[Sat Jun 14 19:33:53 2008] [warn] RSA server certificate is a CA
certificate (BasicConstraints: CA == TRUE !?)

[Sat Jun 14 19:33:53 2008] [warn] RSA server certificate CommonName (CN)
`Timothy R. Burke' does NOT match server name!?

[Sat Jun 14 19:33:53 2008] [notice] Digest: generating secret for digest
authentication ...

[Sat Jun 14 19:33:53 2008] [notice] Digest: done

[Sat Jun 14 19:33:53 2008] [warn] RSA server certificate is a CA
certificate (BasicConstraints: CA == TRUE !?)

[Sat Jun 14 19:33:53 2008] [warn] RSA server certificate CommonName (CN)
`Timothy R. Burke' does NOT match server name!?

[Sat Jun 14 19:33:53 2008] [notice] Child 672: Child process is running

[Sat Jun 14 19:33:53 2008] [notice] Child 672: Acquired the start mutex.

[Sat Jun 14 19:33:53 2008] [notice] Child 672: Starting 64 worker threads.

[Sat Jun 14 19:33:53 2008] [notice] Child 672: Starting thread to listen
on port 443.

[Sat Jun 14 19:33:53 2008] [notice] Child 672: Starting thread to listen
on port 80.
=====================================================

Thank you for any assistance.

-- 
Tim Burke
(303)979-1950 - home
t.burke_at_computer.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-15 03:49:45 CEST

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.