Python3: 发送带证书的http/https request请求

python3 的requests请求支持携带的证书种类是pem,若是拥有的证书不是pem,须要先转为pem。html :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair.如下代码实现了p12证书转pem证书,发送带证书的http/https r
相关文章
相关标签/搜索