-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Exception calling "GetResult" with "0" argument(s): "An error occurred while sending the request." #123
Comments
The error might indicate "no-internet connection". |
Thakns @glatzert |
You might see the required urls, if you call the commands with -Verbose or set your verbosePreference accordingly.
Essentially it's letsencrypt.org or some subdomain.
Check with Invoke-WebRequest
Am 22.08.2021 21:06 schrieb haviay ***@***.***>:
Thakns @glatzert<https://github.com/glatzert>
I think there is no problem with the internet connection.
Which address and port to check connection with telnet?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#123 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACNPDCEHNJKIMETNYFOMWG3T6FDBPANCNFSM5CSHFIOA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
I don't see connection errors This is the Verbose output:
This is the output of the command
|
Did you
a) update the module to the latest version?
Somewhen after 1.2 there have been changed in error handling and reporting possibly changing the error output to something more useful.
b) call the line with -Verbose?
Am 22.08.2021 21:30 schrieb haviay ***@***.***>:
I don't see connection errors
The error occurred after this line:
$order = New-ACMEOrder -State $acmeStateDir -Identifiers $dnsIdentifiers;
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#123 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACNPDCBA77GSGEAUUCUDNADT6FF4ZANCNFSM5CSHFIOA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Thanks @glatzert |
Hi,
I got this error:
while I run this code(it worked for me many times before):
The text was updated successfully, but these errors were encountered: