svn Error validating server certificate

后端 未结 8 607
太阳男子
太阳男子 2021-01-30 16:27

If I use any svn command communicating with the remote server I get the following error:

Error validating server certificate for \'https://...\':
 -         


        
8条回答
  •  清歌不尽
    2021-01-30 17:27

    SVN is smart enough to infer that you didn't actually bother verifying that the fingerprint matches.

    Ahem.

    But in all seriousness, https://sourceforge.net/apps/trac/sourceforge/wiki/Subversion#ServerCertificateVerificationFailed notes that you should open the project url in a trusted browser to check you're not being MITM'ed (should work for non-sourceforge too), e.g. you can try checking that you get the same fingerprint through Tor.

提交回复
热议问题