Debian 系のgit ssl通信問題

Contributed by: akira on 2014年10月8日(水) 10:14 JST

Last modified on

OpenSSLとlibcurl+gnutlsの相性問題か?
UbuntuのGitがhttps越しにgit cloneしてくれない件
http://smokycat.info/devops/878[*1]

gnutls無しビルド
Linuxコマンドでドメイン名からSSL証明書をひっぺがす
http://smokycat.info/linux/872[*2]
echo |\
openssl s_client -connect google.co.jp:443 2> /dev/null |\
sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'

コメント (0件)

Geeklog Site - Debian 系のgit ssl通信問題
https://geeklog.craine.ne.jp/article.php?story=20141010101412700

[*1] http://smokycat.info/devops/878
[*2] http://smokycat.info/linux/872