ebekker / ACMESharp

An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
https://pkisharp.github.io/ACMESharp-docs/
1.21k stars 185 forks source link

`Set-ACMEProxy` appear to be not functionnal. #341

Open XSBen opened 6 years ago

XSBen commented 6 years ago

Hi,

When I set proxy with Set-ACMEProxy: Set-ACMEProxy -UseProxy 'https://*proxy*:8080

New-ACMEIdentifier -Dns "test.test.fr" -Alias test
New-ACMEIdentifier : Impossible de se connecter au serveur distant
Au caractère Ligne:1 : 1
+ New-ACMEIdentifier -Dns "test.test.fr" -Alias test
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-ACMEIdentifier], WebException
    + FullyQualifiedErrorId : System.Net.WebException,ACMESharp.POSH.NewIdentifier

If I set same Proxy in Internet Explorer, it's ok:

New-ACMEIdentifier -Dns "test.test.fr" -Alias test

IdentifierPart : ACMESharp.Messages.IdentifierPart
IdentifierType : dns
Identifier     : test.test.fr
Uri            : https://acme-v01.api.letsencrypt.org/acme/authz/qjUJweDLZWSv2hRGPEp1KVADeO
Status         : pending
Expires        : 02/05/2018 06:17:59
Challenges     : {, }
Combinations   : {0, 1}