updated to Fedora 21 alpha, now getting "svn: E175002: Unexpected HTTP status 500 'Internal Server Error'"
From: Brian Johnson <voyager.106_at_gmail.com>
Date: Thu, 30 Oct 2014 11:25:39 -0400
Hello all,
I've done some looking around and haven't found anything that *exactly*
We have an SVN repo we use for Puppet that uses Kerberos for
svn: E175002: Unable to connect to a repository at URL 'https://<URL>/repos'
svn: E175002: Additional errors:
Thinking it might be best to clear out everything and just do a clean
I have no problem doing it from other machines (my laptop running F20 and
Client: Fedora 21 Alpha
subversion-1.8.10-6.fc21.x86_64
Server: CentOS release 5.10
subversion-1.6.11-12.el5_10
subversion config:
--- LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /repos> DAV svn SVNPath /srv/puppet_repo AuthzSVNAccessFile /srv/puppet_repo/conf/authz AuthType Kerberos AuthName "Kerberos Login" KrbAuthRealms <REALM> KrbMethodNegotiate On KrbMethodK5Passwd On Krb5KeyTab <keytab file> KrbVerifyKDC Off require valid-user # Limit write permission to list of valid users. <LimitExcept GET PROPFIND OPTIONS REPORT> # Require SSL connection for password protection. SSLRequireSSL # </LimitExcept> </Location> --- I've looked in all the logs I could think of, but there's nothing very telling in them. I pretty much just get: [30/Oct/2014:10:51:15 -0400] 152.3.125.39 TLSv1 AES128-SHA "OPTIONS /repos HTTP/1.1" 401 [30/Oct/2014:10:51:15 -0400] 152.3.125.39 TLSv1 AES128-SHA "OPTIONS /repos HTTP/1.1" 533 in the ssl request log. I've tried to provide all the information I can think of, but if I left out something that would be helpful, please let me know. Any help is greatly appreciated. Thank you! BrianReceived on 2014-10-30 16:26:36 CET |
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.