user19911303
user19911303

Reputation: 449

SVN error PUT OF

I'm using TortoiseSVN 1.6.6. while I try to commit some folder, I'm getting the following error:

Error: Commit failed (details follow):
Error: PUT of  
Error: '/svn/asc01/a277f5016a0d/Components/branches/02_GeneratedSource/Intern_Out.c'   
Error: SSL negotiation failed: SSL error: parse tlsext (https://asc-xxxx) 

How to get rid of this?

Upvotes: 1

Views: 802

Answers (1)

bahrep
bahrep

Reputation: 30662

TortoiseSVN 1.6.6 is very outdated. Upgrade at least to 1.6.17.

(This is a client-side bug in OpenSSL library which was fixed in OpenSSL 0.9.8m).

"Troubleshooting 'SSL error: parse tlsext' error message": http://www.visualsvn.com/support/topic/00046/

Upvotes: 1

Related Questions