mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #463] [Feature] 添加系统代理支持 #288
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xzlosats111 on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/463
功能描述
可以设置程序主动去访问代理服务器,通过代理服务器申请证书
动机
尝试使用谷歌证书,出现网络问题
get directory at 'https://dv.acme-v02.api.pki.goog/directory': Get "https://dv.acme-v02.api.pki.goog/directory": dial tcp 142.251.211.238:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.程序不会访问系统代理,开全局代理比较麻烦
替代方案
使用let's encrypt证书并没有什么问题,只是去试了试谷歌的证书,发现有网络问题
希望可以加个功能
@fcwys commented on GitHub (Feb 24, 2025):
目前可以考虑使用环境变量实现:
@fudiwei commented on GitHub (Apr 9, 2025):