svn Error validating server certificate

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

    Solution for SSL Certificate Error Message on SVNX

    For Windows User:

    1. Open the command prompt and run svn list https://Your-Link-Goes-Here/

    2. List item Accept certificate permanently by entering p

    For Mac User:

    1. Open the Terminal and Execute this command svn list https://Your-Link-Goes-Here/
    2. Accept the Certificate Permanently by entering p

    Note: For Mac Users make sure your Certificate is already added in Keychain Access

    Hope this Helps Someone.

提交回复
热议问题