Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 添加系统代理支持 #463

Open
xzlosats111 opened this issue Feb 21, 2025 · 1 comment
Open

[Feature] 添加系统代理支持 #463

xzlosats111 opened this issue Feb 21, 2025 · 1 comment
Labels
backlog Todo enhancement New feature or request

Comments

@xzlosats111
Copy link

功能描述
可以设置程序主动去访问代理服务器,通过代理服务器申请证书

动机
尝试使用谷歌证书,出现网络问题
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证书并没有什么问题,只是去试了试谷歌的证书,发现有网络问题
希望可以加个功能

@xzlosats111 xzlosats111 added the enhancement New feature or request label Feb 21, 2025
@fudiwei fudiwei added the backlog Todo label Feb 23, 2025
@fcwys
Copy link

fcwys commented Feb 24, 2025

目前可以考虑使用环境变量实现:

  • Linux系统:
export http_proxy=“http代理地址:端口”
export https_proxy=“http代理地址:端口”
  • Windows系统:
set http_proxy=“http代理地址:端口”
set https_proxy=“http代理地址:端口”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Todo enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants