标签: python-2.7 ssl openssl ssl-certificate ca
从服务器获取完整的ssl ca证书链的python方法是什么? 换句话说,Pythons(2.7)ssl_wrapper是否有任何可以做的方法
openssl s_client **-showcerts** connect xxx.xxx.xxx.xxx:443
我希望能够从python端获取showcerts而不使用subproc
有一种方法可以在Python 2.7.9+中使用SSLContext执行相同的操作,但尝试使用Python< 2.7.9