Hi Johan, Yes, I edited out the actual domain. I can hit the URL via a browser and get prompted for a password. The SSL Cert also checks out OK via SSLChecker. Any other thoughts?
----- Original Message ----- From: "Johan Corveleyn" <jcor...@gmail.com> To: "brandon" <bran...@wisenburg.com> Cc: "users" <users@subversion.apache.org> Sent: Wednesday, July 11, 2018 3:00:35 PM Subject: Re: SSL handshake failed: SSL alert received On Wed, Jul 11, 2018 at 5:32 PM, Brandon L. Wisenburg <bran...@wisenburg.com> wrote: > Greetings List, > I am getting an error when attempting to svn update. > > svn update > svn: OPTIONS of 'https://domain/src': SSL handshake failed: SSL alert > received: Handshake failed (https://www.domain.com) > > Odd part is I am not sure why it is failing. Has anyone seen this issue > before? I suppose you hand-edited the error message to replace the actual domain name with 'domain'. To double-check: the first url in the error message is without the www.*.com, yes? So the actual repository url does not have www.*.com, but the svn client seems to be forced to perform its ssl handshake with www.domain.com. Perhaps a proxy that is interfering? Other than that: a quick thing to try is to access the repository url from a web browser, and see if there is any connection problem or anything strange with the ssl certificate / connection. -- Johan