Guest User

Untitled

a guest
Mar 30th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. fatal: [aio1]: FAILED! => {
  2. "changed": true,
  3. "cmd": [
  4. "certbot",
  5. "certonly",
  6. "--standalone",
  7. "--agree-tos",
  8. "--non-interactive",
  9. "--text",
  10. "--rsa-key-size",
  11. "4096",
  12. "--email",
  13. "support@*****.com",
  14. "--domains",
  15. "openstack-ussuri.*******.com",
  16. "--http-01-address",
  17. "185.1**.1**.2**",
  18. "--http-01-port",
  19. "8888"
  20. ],
  21. "delta": "0:00:06.854123",
  22. "end": "2021-03-29 13:38:48.018013",
  23. "invocation": {
  24. "module_args": {
  25. "_raw_params": "certbot certonly --standalone --agree-tos --non-interactive --text --rsa-key-size 4096 --email support@*******.com --domains openstack-ussuri.*******.com --http-01-address 185.1**.1**.2** --http-01-port 8888\n",
  26. "_uses_shell": false,
  27. "argv": null,
  28. "chdir": null,
  29. "creates": "/etc/letsencrypt/live/openstack-ussuri.*******.com/fullchain.pem",
  30. "executable": null,
  31. "removes": null,
  32. "stdin": null,
  33. "stdin_add_newline": true,
  34. "strip_empty_ends": true,
  35. "warn": true
  36. }
  37. },
  38. "msg": "non-zero return code",
  39. "rc": 1,
  40. "start": "2021-03-29 13:38:41.163890",
  41. "stderr": "Saving debug log to /var/log/letsencrypt/letsencrypt.log\nPlugins selected: Authenticator standalone, Installer None\nObtaining a new certificate\nPerforming the following challenges:\nhttp-01 challenge for openstack-ussuri.*******.com\nWaiting for verification...\nCleaning up challenges\nFailed authorization procedure. openstack-ussuri.*******.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://openstack-ussuri.*******.com/.well-known/acme-challenge/nzzBwxEY2YjxxlQ3XJoCuUk7qYylmLDT2kxrlzVJr-4 [185.1**.1**.2**]: 503",
  42. "stderr_lines": [
  43. "Saving debug log to /var/log/letsencrypt/letsencrypt.log",
  44. "Plugins selected: Authenticator standalone, Installer None",
  45. "Obtaining a new certificate",
  46. "Performing the following challenges:",
  47. "http-01 challenge for openstack-ussuri.*******.com",
  48. "Waiting for verification...",
  49. "Cleaning up challenges",
  50. "Failed authorization procedure. openstack-ussuri.*******.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://openstack-ussuri.*******.com/.well-known/acme-challenge/nzzBwxEY2YjxxlQ3XJoCuUk7qYylmLDT2kxrlzVJr-4 [185.1**.1**.2**]: 503"
  51. ],
  52. "stdout": "IMPORTANT NOTES:\n - The following errors were reported by the server:\n\n Domain: openstack-ussuri.*******.com\n Type: unauthorized\n Detail: Invalid response from\n http://openstack-ussuri.*******.com/.well-known/acme-challenge/nzzBwxEY2YjxxlQ3XJoCuUk7qYylmLDT2kxrlzVJr-4\n [185.1**.1**.2**]: 503\n\n To fix these errors, please make sure that your domain name was\n entered correctly and the DNS A/AAAA record(s) for that domain\n contain(s) the right IP address.",
  53. "stdout_lines": [
  54. "IMPORTANT NOTES:",
  55. " - The following errors were reported by the server:",
  56. "",
  57. " Domain: openstack-ussuri.*******.com",
  58. " Type: unauthorized",
  59. " Detail: Invalid response from",
  60. " http://openstack-ussuri.*******.com/.well-known/acme-challenge/nzzBwxEY2YjxxlQ3XJoCuUk7qYylmLDT2kxrlzVJr-4",
  61. " [185.1**.1**.2**]: 503",
  62. "",
  63. " To fix these errors, please make sure that your domain name was",
  64. " entered correctly and the DNS A/AAAA record(s) for that domain",
  65. " contain(s) the right IP address."
  66. ]
  67. }3
Advertisement
Add Comment
Please, Sign In to add comment