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'