Deepin20 svn 检出https失败

Deepin20 svn 检出https失败

检出报如下错误:

svn: E170013: Unable to connect to a repository at URL 'https://*****'
svn: E120171: 执行上下文错误: An error occurred during SSL communication

原因:

当前svn支持TLSv1.0协议,deepin20 默认配置为TLSv1.2协议

解决方案:

cd /etc/ssl/
sudo gedit openssl.cnf

改变配置文件中

MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=2

MinProtocol = TLSv1.0
CipherString = DEFAULT@SECLEVEL=2
posted @ 2020-10-09 14:08  路够黑光才亮  阅读(693)  评论(0)    收藏  举报