当前位置:网站首页>异常记录-22
异常记录-22
2022-04-23 06:01:00 【week@eight】
异常
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:997)
描述
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘xxx.xxx.cn’, port=443): Max retries exceeded with url: /xxx(Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:997)’)))
问题原因
python发起请求https时,提示ssl问题
解决方案
网上搜了很多说什么缺少包,下载urllib3、requests[security]等等,这些包已经存在的还报错,最后发现关闭自己的代理就可以解决了
异常重现
已复现
版权声明
本文为[week@eight]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_43431735/article/details/124348515
边栏推荐
- Curry realization of function continuous call calculation and accumulation
- 时间格式不对,运行sql文件报错
- Jenkins搭建与使用
- Oracle数据库性能分析之常用视图
- Centos8 builds php8 0.3 operating environment
- 将博客搬至CSDN
- 用Future与CountDownLatch实现多线程执行多个异步任务,任务全部完成后返回结果
- Offset et client pour obtenir des informations sur l'emplacement des éléments Dom
- 如何使用TiUP部署一个TiDB v5.0集群
- MySQL Server单机部署手册
猜你喜欢
rdma网络介绍
MySQL【sql性能分析+sql调优】
MySQL 【读写锁+表锁+行锁+MVCC】
Passerelle haute performance pour l'interconnexion entre VPC et IDC basée sur dpdk
memcached 源码分析
SQL学习|复杂查询
Number of stair climbing methods of leetcode
Batch modify / batch update the value of a field in the database
TP5 error reporting variable type error: array solution
Leak detection and vacancy filling (III)
随机推荐
The time format is incorrect, and an error is reported when running the SQL file
ovs与ovs+dpdk架构分析
MySQL Server单机部署手册
The getfield () method in TP5 changes, and TP5 gets the value of a single field
Typescript (top)
Solution to page cache problem (use with caution)
基于DPDK实现VPC和IDC间互联互通的高性能网关
Leak detection and vacancy filling (V)
Leetcode integer plus one
ansible模块之include_tasks:为什么加了tags后导入的任务没有执行?
TP5 error reporting variable type error: array solution
【Lombok快速入门】
JS realizes modal box dragging
2021-09-18
【代码解析(5)】Communication-Efficient Learning of Deep Networks from Decentralized Data
Decentralized Collaborative Learning Framework for Next POI Recommendation
JS handwriting compatibility event binding
Centos8 builds php8 0.3 operating environment
TP6 的 each 遍历用法
DDOS攻击/防御介绍