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
相關文章
相關標籤/搜索