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

Proxy setting doesn't work as expected #782

Closed
martinl88 opened this issue Mar 9, 2018 · 1 comment
Closed

Proxy setting doesn't work as expected #782

martinl88 opened this issue Mar 9, 2018 · 1 comment
Assignees

Comments

@martinl88
Copy link

I have a setup where outgoing traffic has to go through a proxy.
Tried setting proxy address using the applicationSettings parameter...

<applicationSettings>
   <LetsEncrypt.ACME.Simple.Properties.Settings>
      <setting name="Proxy" serializeAs="String">
         <value>http://10.168.24.10:3128</value>
      </setting>
   </LetsEncrypt.ACME.Simple.Properties.Settings>
</applicationSettings>

...but it seems to work only half way. Process fails half way when it tries to save certificates as files.
Log: le_fail.txt

Setting proxy system wide (via Control Panel Internet Options) results in successful request.
Log: le_success.txt

Client version: 1.9.8.4
OS: Windows Server 2008 R2 (IIS 7.5) and Windows Server 2012 R2 (IIS 8.5)

@WouterTinus
Copy link
Member

That's a bug, but it should be fixed in the next release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants