[ If possible, this list prefers bottom-posting / inline replies in plain text. More below ... ]
On Wed, Jul 11, 2018 at 10:07 PM, Brandon L. Wisenburg <bran...@wisenburg.com> wrote: > 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? Hm, just a generic problem-solving thought: this worked before (since you created a checkout from that url), so ... what changed? Something must have changed to cause the error. Is your pc the only one getting this error, and it works fine on other's pc in your environment? That would help pinpointing the problem to a either a central component or just your pc. First suspects, IMHO, are: - Something in the network infrastructure, or with the network configuration of your pc. Perhaps your connection is now sent to / manipulated by a proxy, whereas it wasn't before. Maybe you can experiment a bit with the http-proxy-* options (for instance configure http-proxy-exceptions for your domain) in the 'servers' configuration file in your Subversion runtime configuration directory (~/.subversion/servers on unix, or %APPDATA%/Subversion/servers on Windows). - A change in the server-side configuration (the httpd configuration). -- Johan