git出現「curl: (60) SSL certificate problem: unable to get local issuer certificate」錯誤
Contents
今天發生怪事
公司內網 gitlab 網址 ip 換成網域導致 socuretree 跟 git bash 不能用
後來再找解決的方法
##解決方法
git remote 改成 ssh 網址
走 ssh 方式就能順利解決 git 連線的問題
改 curl.cainfo(此方法跟這個沒關係)
|
|
我發現用瀏覽器網頁都正常,但是在 curl 上面就不正常…
但我這個是 gitlab…,所以跟 php 沒有什麼關係
labs.beyond.com.tw » Yosemite 上 Guzzle 遇到的 openssl certificate 問題
憑證看起來沒辦法用在內網上面
瀏覽器網頁都正常,但是在 curl 上面就不正常…,我還不確定能不能這樣用
不過看到下面這篇
SSL 证书是不是不能绑定 192.168.1.1 这类本地地址? - 梅林 - KoolShare - 源于玩家 服务玩家
其他參考來源:
使用 plesk ssh chrooted 遇到 git clone https SSL 問題 | SSORC.tw
蚊子館: Lighttpd - HTTPS(SSL)
用 curl 和 wget 略過 SSL 憑證 - 筆記 | Mr. 沙先生
curl: (60) SSL certificate problem: unable to get local issuer certificate 错误 - 不忘初心,方得始终 - CSDN 博客
sourcetree 的远程创库验证名字出错,但是记住名字。如何修改? - 知乎
git 如何避開 SSL 憑證問題 | 老洪的 IT 學習系統
通过 SourceTree 连接 SSL 有问题的自建 gitlab 服务器 - fishmai 的专栏 - CSDN 博客