Uploaded image for project: 'serf'
  1. serf
  2. SERF-135

ssl re-negotiation error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None

    Description

      What steps will reproduce the problem?

      1. using svn from subversion 1.8.4 release
      2. Access repository by path like https://svn.company.com/ssl/repo
      with corresponding apache configuration

      <Location />
      SSLRequireSSL
      </Location>

      <Location /ssl/>
      SSLUserName SSL_CLIENT_S_DN_CN
      SSLVerifyClient require
      SSLVerifyDepth 1
      ...
      </Location>

      svn co or update command ends with
      "Error retrieving REPORT: An error occurred during SSL communication",
      while apache produce the follwoing output

      [info] Initial (No.1) HTTPS request received for child 4 (server svn.company.com:443)
      [info] [client 10.121.5.10] Requesting connection re-negotiation
      [error] [client 10.121.5.10] insecure SSL re-negotiation required, but a pipelined request is present; keepalive disabled
      [info] [client 10.121.5.10] Awaiting re-negotiation handshake
      [error] [client 10.121.5.10] Re-negotiation handshake failed: Not accepted by client!?
      [info] [client 10.121.5.10] (70014)End of file found: SSL input filter read failed.
      [info] [client 10.121.5.10] Connection closed to child 3 with standard shutdown (server svn.company.com:443)

      Original issue reported by mike@okun.me

      Attachments

        Activity

          People

            Unassigned Unassigned
            serf-importer Serf Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: