Python 的 selenium 时,报如下错误SSL error code 1, net_error -101

今天使用 Python 的 selenium 时,一直在报如下错误:

[156424:153348:1212/170007.899:ERROR:ssl_client_socket_impl.cc(978)] handshake failed; returned -1, SSL error code 1, net_error -101

# 忽略证书错误
options.add_argument('--ignore-certificate-errors')
# 忽略 Bluetooth: bluetooth_adapter_winrt.cc:1075 Getting Default Adapter failed. 错误
options.add_experimental_option('excludeSwitches', ['enable-automation'])
# 忽略 DevTools listening on ws://127.0.0.1... 提示
options.add_experimental_option('excludeSwitches', ['enable-logging'])
相关推荐
乙己4072 小时前
计算机网络——网络层
运维·服务器·计算机网络
幽兰的天空4 小时前
介绍 HTTP 请求如何实现跨域
网络·网络协议·http
lisenustc4 小时前
HTTP post请求工具类
网络·网络协议·http
心平气和️4 小时前
HTTP 配置与应用(不同网段)
网络·网络协议·计算机网络·http
心平气和️4 小时前
HTTP 配置与应用(局域网)
网络·计算机网络·http·智能路由器
qzhqbb4 小时前
web服务器 网站部署的架构
服务器·前端·架构
不会飞的小龙人5 小时前
Docker Compose创建镜像服务
linux·运维·docker·容器·镜像
不会飞的小龙人5 小时前
Docker基础安装与使用
linux·运维·docker·容器
Mbblovey5 小时前
Picsart美易照片编辑器和视频编辑器
网络·windows·软件构建·需求分析·软件需求
北顾南栀倾寒6 小时前
[Qt]系统相关-网络编程-TCP、UDP、HTTP协议
开发语言·网络·c++·qt·tcp/ip·http·udp