NginxProxyManager / NginxProxyManager/nginx-proxy-manager
无法支持百度 DNS 验证
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
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服务器,
说明实现有误,或者过时了。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Locate the Let's Encrypt DNS-provider integration and the Baidu request entry point, then compare the configured endpoint and API operations with Baidu's current documentation. Reproduce the reported failure and verify that Baidu DNS validation completes without the internal error or recovery exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100