Skip navigation.

PROPFIND request failed when connecting to Subversion using self-issued server certificates

PROPFIND request failed when connecting to Subversion using self-issued server certificates

If you get the following error while connecting to Subversion using TortoiseSVN:

Error: PROPFIND request failed on '/path/to/SVN' 
Error: PROPFIND '/path/to/SVN': could not connect to server (https://sample.svnserver.domain

and the Subversion server is using a server certificate from a non-trusted authority (i.e., they created it themselves), TortoiseSVN will fail with this error message but without telling you why.

Solution: 

First make sure it's not a proxy issue. Then go into the repo-browser and navigate to the Subversion server URL. This time you'll get prompted to accept the server certificate (permanently) and to enter your username and password. If you choose Accept Permanently, you'll never need to do this again.

still failing

I am getting the same error even after accepting the certificate, what other possible problems could be causing this error?

Comment viewing options

Select your preferred way to display the comments and click 'Save settings' to activate your changes.