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

Hi! I have problems

From: <mgolovko_at_metrotek.ru>
Date: Tue, 26 Oct 2010 11:52:47 +0300

Hi everybody!!!

I have problems with Apache+dav_svn+ssl. When I update or checkoutI
receive error: REPORT of '/!svn/vcc/default': Could not read response
body: Secure connection truncated (https://svn.xxx.xx
<https://svn.xxx.xx/>). Early it appeared sometimes, but now it shows
always, big or small files don`t matter.

My system specification:

Linux CentOS_5_4 2.6.18-194.17.1.el5xen #1 SMP Wed Sep 29 14:12:56 EDT
2010 i686 i686 i386 GNU/Linux

Server version: Apache/2.2.3 Server built: Aug 30 2010 12:32:08

svn, version 1.6.13 (r1002816)

configuration

LoadModule dav_svn_module modules/mod_dav_svn.so

LoadModule authz_svn_module modules/mod_authz_svn.so

<VirtualHost *:443>

ServerName svn.xx.xx

SVNPathAuthz off

SSLEngine On

SSLCertificateFile /etc/httpd/ssl/apache.pem

SSLProtocol all

SSLCipherSuite HIGH:MEDIUM

<Location />

LimitRequestBody 0

LimitXMLRequestBody 0

SSLRequireSSL

DAV svn

SVNPath /var/www/svn/repos

AuthzSVNAccessFile /var/www/svn/repos/conf/authz

# Basic auth settings

AuthName "Axion's public repository"

AuthType Basic

AuthBasicProvider ldap

AuthLDAPUrl ldap://127.0.0.1/dc=xx,dc=xx?uid?sub?(objectClass=*)

AuthLDAPBindPassword xxxxxx

AuthLDAPBindDN cn=Manager,dc=xx,dc=xx

AuthzLDAPAuthoritative on

Require ldap-group dc=xx,dc=xx

</Location>

LogLevel debug

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
%I %O" combinedio

ErrorLog /var/log/httpd/svn-error.log

TransferLog /var/log/httpd/svn-access.log

</VirtualHost>

Have anybody got any ideas?
Received on 2010-10-26 11:12:13 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.