Sonic and Sega Retro Message Board: SVN down -- SSL handshake failed - Sonic and Sega Retro Message Board

Jump to content

Hey there, Guest!  (Log In · Register) Help
Loading News Feed...
 
Page 1 of 1

SVN down -- SSL handshake failed svn: OPTIONS of 'https://sonicretro.org/asm_svn': SSL handshak

#1 User is offline flamewing 

Posted 25 April 2011 - 03:46 PM

  • Posts: 563
  • Joined: 11-October 10
  • Gender:Male
  • Project:Sonic Classic Heroes; Sonic 2 Special Stage Editor; Sonic 3&K Heroes (on hold)
  • Wiki edits:12
Recently, updating from or committing to the community SVN has been failing with the error listed as the topic description:
CODE
svn: OPTIONS of 'https://sonicretro.org/asm_svn': SSL handshake failed: Secure connection truncated

WebSVN is working correctly, but using any utility for actual SVN access has been failing.

This is usually related to a server misconfiguration. 3 known causes for the issue (in Apache servers) are:
  1. custom VirtualHost entries in /etc/apache2/sites-available/default must be changed from <VirtualHost *> to <VirtualHost *:80>
  2. overly restrictive mod_ssl SSLCipherSuite parameter;
  3. system OpenSSL package does not match the one Apache was compiled with (this is usually due to an update in OpenSSL while Apache is running without a corresponding Apache update, and causes a time bomb problem when Apache is next restarted).


A good value for SSLCipherSuite is:
CODE
ALL:!ADH:!EXPORT56:-AES256-SHA:-DHE-RSA-AES256-SHA:-DHE-DSS-AES256-SHA:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL


Anyway, I hope this helps...

Page 1 of 1
    Locked
    Locked Forum

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users