Ubuntu curl: (1) Protocol https not supported or disabled in libcurl

本來curl中是不支持https的,需要自己手動加入

ubuntu16.04 的 hyperledger fabric1.4 搭建過程中出現 curl: (1) Protocol https not supported or disabled in libcurl 這個問題解決方法

git clone https://github.com/bagder/curl.git
sudo apt-get build-dep curl
cd curl
./buildconf
./configure
make
sudo make install 

再輸入 

curl -V

參考文章 https://stackoverflow.com/questions/28782556/how-do-i-get-curl-to-use-https/28782797#28782797

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章