Re: SSL handshake failed: SSL alert received

2018-07-12 Thread Brandon L. Wisenburg
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" To: "brandon" Cc: "users" Sent: Wednesday, July 11, 2018

Re: SSL handshake failed: SSL alert received

2018-07-12 Thread Philip Martin
"Brandon L. Wisenburg" 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

Re: SSL handshake failed: SSL alert received

2018-07-12 Thread Brandon L. Wisenburg
Hi Philip Thanks for the reply. The odd part is when I do the openssl s_client it looks like the handshake is successful. - Original Message - From: "Philip Martin" To: "Philip Martin" Cc: "brandon" , "users" Sent: Thursday, July 12, 2018 4:38:46 AM Subject: Re: SSL handshake failed:

Re: SSL handshake failed: SSL alert received

2018-07-12 Thread Philip Martin
Philip Martin writes: > "Brandon L. Wisenburg" 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

Re: SSL handshake failed: SSL alert received

2018-07-12 Thread Philip Martin
"Brandon L. Wisenburg" writes: > Hi Philip > Thanks for the reply. The odd part is when I do the openssl s_client > it looks like the handshake is successful. Yes, that's to be expected because the client is sending OPTIONS. You haven't told us which version of Subversion/SSL you are using but