svn Error validating server certificate

后端 未结 8 707
太阳男子
太阳男子 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:23

    Probably not suitable for all users but is okay for me and worked:

    I edited in the ~/.subversion/servers the following line:

    [global]
    ssl-trust-default-ca = no
    

    to

    [global]
    ssl-trust-default-ca = yes
    

提交回复
热议问题