[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SSL handshake failed: SSL alert received

From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 12 Jul 2018 10:33:22 +0100

"Brandon L. Wisenburg" <brandon_at_wisenburg.com> writes:

> svn update
> svn: OPTIONS of 'https://domain/src': SSL handshake failed: SSL alert
> received: Handshake failed (https://www.domain.com)

You don't say which version of Subversion you are using but that looks
like an old client as a newer client would include an error number in
the error message. An old client probably uses an old SSL library and
it is possible that the client's SSL library doesn't support the SSL
connection that the server is trying to establish.

If the client has the OpenSSL tools installed you can use

  openssl s_client -connect domain:443

to see lots of detail about the SSL negotiation.

-- 
Philip
Received on 2018-07-12 11:33:40 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.