-
Notifications
You must be signed in to change notification settings - Fork 3.7k
无法支持百度 DNS 验证 #5386
Copy link
Copy link
Open
Labels
Description
添加 Let's Encrypt DNS 验证,DNS 提供商选择"baidu",点确定,显示内部错误。
日志显示
2026-03-09 05:39:41,772:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.su.baidu.com:443
2026-03-09 05:39:42,075:DEBUG:urllib3.connectionpool:**https://api.su.baidu.com**:443 "DELETE /v3/yjs/zones/dns_records HTTP/1.1" 502 175
2026-03-09 05:39:42,077:ERROR:certbot._internal.error_handler:Encountered exception during recovery: requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
看百度云的 API 文档,api.su.baidu.com 并不是百度云的API服务器,
说明实现有误,或者过时了。
Reactions are currently unavailable