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
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/164743.html
標籤:其他
