I have a problem with svn related with https, but with http it works. Here is the problem:

I can Cheout a repo in our SVN-Server, but I can“t commit it, I get following error:

Commit Commit failed (details follow): OPTIONS of 'https://svn.example.com/svn/repo-name/trunk/dirname/': Could not read status line: connection was closed by server (https://svn.example.com)

So I set the Loglevel higher an I found following message in the apache log:

[Thu Aug 04 14:16:54 2011] [info] [client 123.456.789.10] (70007)The timeout specified has expired: SSL input filter read failed. [Thu Aug 04 14:16:54 2011] [info] [client 123.456.789.10] Connection closed to child 9 with standard shutdown (server svn.example.com:443)

The strange thing is, somethimes it works and the most time not. I use the svn-client tortoise.

Somebody have an idea where the problem is? At google I do not found anithing helpful.

Greetings Sebastian

link|improve this question
feedback

2 Answers

Check your apache Timeout value. Depending on your OS, usually one of these two will work:

grep -r Timeout /etc/httpd

or grep -r Timeout /etc/apache2

link|improve this answer
feedback

Try to disable the mod reqtimeout.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.