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
Tento plugin je sucastou Nginx Proxy Manager ale nefunguje. Ak skusam requestovat certifikaty tak to REST API dava 404:
2024-01-10 22:04:19,330:DEBUG:acme.client:Storing nonce: xavOoKHvrBw7alE4Os1fNMF21tAV-IcbMRof84ecu6iECyKuT_8 2024-01-10 22:04:19,332:INFO:certbot._internal.auth_handler:Performing the following challenges: 2024-01-10 22:04:19,332:INFO:certbot._internal.auth_handler:dns-01 challenge for hass.kostrab.sk 2024-01-10 22:04:19,344:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): rest.websupport.sk:443 2024-01-10 22:04:19,686:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "GET /v1/user/self HTTP/1.1" 200 None 2024-01-10 22:04:19,805:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "POST /v1/user/self/zone/hass.kostrab.sk/record HTTP/1.1" 404 None 2024-01-10 22:04:19,816:DEBUG:certbot._internal.display.obj:Notifying user: Waiting 120 seconds for DNS changes to propagate
. . . . . . 2024-01-10 22:06:24,424:DEBUG:certbot._internal.error_handler:Calling registered functions 2024-01-10 22:06:24,425:INFO:certbot._internal.auth_handler:Cleaning up challenges 2024-01-10 22:06:24,434:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): rest.websupport.sk:443 2024-01-10 22:06:24,625:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "GET /v1/user/self HTTP/1.1" 200 None 2024-01-10 22:06:24,775:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "GET /v1/user/self/zone/hass.kostrab.sk/record HTTP/1.1" 404 None 2024-01-10 22:06:24,780:ERROR:certbot._internal.error_handler:Encountered exception during recovery: KeyError: 'items' 2024-01-10 22:06:24,784:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last):
Nebude to nejakou zmenou vo WebSupport API?
Diky za pomoc. Lukas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tento plugin je sucastou Nginx Proxy Manager ale nefunguje. Ak skusam requestovat certifikaty tak to REST API dava 404:
2024-01-10 22:04:19,330:DEBUG:acme.client:Storing nonce: xavOoKHvrBw7alE4Os1fNMF21tAV-IcbMRof84ecu6iECyKuT_8
2024-01-10 22:04:19,332:INFO:certbot._internal.auth_handler:Performing the following challenges:
2024-01-10 22:04:19,332:INFO:certbot._internal.auth_handler:dns-01 challenge for hass.kostrab.sk
2024-01-10 22:04:19,344:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): rest.websupport.sk:443
2024-01-10 22:04:19,686:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "GET /v1/user/self HTTP/1.1" 200 None
2024-01-10 22:04:19,805:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "POST /v1/user/self/zone/hass.kostrab.sk/record HTTP/1.1" 404 None
2024-01-10 22:04:19,816:DEBUG:certbot._internal.display.obj:Notifying user: Waiting 120 seconds for DNS changes to propagate
.
.
.
.
.
.
2024-01-10 22:06:24,424:DEBUG:certbot._internal.error_handler:Calling registered functions
2024-01-10 22:06:24,425:INFO:certbot._internal.auth_handler:Cleaning up challenges
2024-01-10 22:06:24,434:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): rest.websupport.sk:443
2024-01-10 22:06:24,625:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "GET /v1/user/self HTTP/1.1" 200 None
2024-01-10 22:06:24,775:DEBUG:urllib3.connectionpool:https://rest.websupport.sk:443 "GET /v1/user/self/zone/hass.kostrab.sk/record HTTP/1.1" 404 None
2024-01-10 22:06:24,780:ERROR:certbot._internal.error_handler:Encountered exception during recovery: KeyError: 'items'
2024-01-10 22:06:24,784:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
Nebude to nejakou zmenou vo WebSupport API?
Diky za pomoc.
Lukas
The text was updated successfully, but these errors were encountered: