We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set-ACMEProxy
Hi,
When I set proxy with Set-ACMEProxy: Set-ACMEProxy -UseProxy 'https://*proxy*:8080
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I set proxy with Set-ACMEProxy:
Set-ACMEProxy -UseProxy 'https://*proxy*:8080
If I set same Proxy in Internet Explorer, it's ok:
The text was updated successfully, but these errors were encountered: