You are not logged in.

#1 2010-05-24 11:36:33

ancide
Member
Registered: 2009-07-09
Posts: 40

SSL error code -1/1/336032856 (Svn + apache + openssl-1.0.0-2) SOLVED

The problem is that when I try to commit, checkout or even look inside a repo using Subclipse in Eclipse I get this error:

commit -m "Added controls." (10 paths specified)
RA layer request failed
svn: Commit failed (details follow):
svn: OPTIONS of 'https://************': SSL negotiation failed: SSL error code -1/1/336032856 (https://************)

This problem probably occured after last update because I can't think of anything else that would have produced this problem.

Checking out a project in the terminal locally works:

svn co https://domain.com/svn/repo

I have tried creating new keys to see whether that was a problem:

cd /etc/httpd/conf/; 
openssl req -new -x509 -keyout server.key -out server.crt -days 365 -nodes

I'm thinking maybe to try and downgrade openssl to 0.9.8, would that be a good idea or would you recommend something else?


Edit:

After upgrading Subclipse client to 1.6 I was able to use svn.

Last edited by ancide (2010-05-24 11:47:53)

Offline

Board footer

Powered by FluxBB