我正在尝试使用TLS_RSA_WITH_3DES_EDE_CBC_SHA芯片和TLSv1向主机发出请求。当我尝试使用Python请求执行此操作时,我收到“ OpenSSL.SSL.SysCallError:(-1,'意外的EOF')”。代码示例:
import requests
requests.get("https://www.correosdemexico.gob.mx/SSLServicios/consultaCP/bofpostal.aspx")
我尝试使用下一个网站中描述的解决方案,但问题仍然存在: https://gist.github.com/paxswill/5ed7273059b34e90b184 https://lukasa.co.uk/2017/02/Configuring_TLS_With_Requests/