Advertisement
Guest User

Nginx log

a guest
May 11th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 18.66 KB | None | 0 0
  1. 2019-05-11 06:08:36,843:DEBUG:certbot.main:certbot version: 0.34.2
  2. 2019-05-11 06:08:36,844:DEBUG:certbot.main:Arguments: ['--standalone', '-d', 'myiria.de']
  3. 2019-05-11 06:08:36,844:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  4. 2019-05-11 06:08:36,856:DEBUG:certbot.log:Root logging level set at 20
  5. 2019-05-11 06:08:36,856:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  6. 2019-05-11 06:08:36,857:DEBUG:certbot.plugins.selection:Requested authenticator standalone and installer None
  7. 2019-05-11 06:08:36,863:DEBUG:certbot.plugins.selection:Single candidate plugin: * standalone
  8. Description: Spin up a temporary webserver
  9. Interfaces: IAuthenticator, IPlugin
  10. Entry point: standalone = certbot.plugins.standalone:Authenticator
  11. Initialized: <certbot.plugins.standalone.Authenticator object at 0x7fe7a38f9fd0>
  12. Prep: True
  13. 2019-05-11 06:08:36,863:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.standalone.Authenticator object at 0x7fe7a38f9fd0> and installer None
  14. 2019-05-11 06:08:36,863:INFO:certbot.plugins.selection:Plugins selected: Authenticator standalone, Installer None
  15. 2019-05-11 06:08:36,866:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(body=Registration(status=None, terms_of_service_agreed=None, agreement=None, only_return_existing=None, contact=(), key=None, external_account_binding=None), uri=u'https://acme-v02.api.letsencrypt.org/acme/acct/56605999', new_authzr_uri=None, terms_of_service=None), 6805a082a128aa22973850894789822b, Meta(creation_host=u'rs-zap416054-1.zap-srv.com', creation_dt=datetime.datetime(2019, 5, 7, 18, 52, 32, tzinfo=<UTC>)))>
  16. 2019-05-11 06:08:36,867:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  17. 2019-05-11 06:08:36,869:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  18. 2019-05-11 06:08:37,086:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
  19. 2019-05-11 06:08:37,087:DEBUG:acme.client:Received response:
  20. HTTP 200
  21. Server: nginx
  22. Content-Type: application/json
  23. Content-Length: 658
  24. X-Frame-Options: DENY
  25. Strict-Transport-Security: max-age=604800
  26. Expires: Sat, 11 May 2019 10:08:37 GMT
  27. Cache-Control: max-age=0, no-cache, no-store
  28. Pragma: no-cache
  29. Date: Sat, 11 May 2019 10:08:37 GMT
  30. Connection: keep-alive
  31.  
  32. {
  33.   "3BAh9kyddbY": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  34.   "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  35.   "meta": {
  36.     "caaIdentities": [
  37.       "letsencrypt.org"
  38.     ],
  39.     "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
  40.     "website": "https://letsencrypt.org"
  41.   },
  42.   "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  43.   "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  44.   "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  45.   "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
  46. }
  47. 2019-05-11 06:08:37,088:INFO:certbot.main:Obtaining a new certificate
  48. 2019-05-11 06:08:37,144:DEBUG:certbot.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0022_key-certbot.pem
  49. 2019-05-11 06:08:37,147:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0022_csr-certbot.pem
  50. 2019-05-11 06:08:37,148:DEBUG:acme.client:Requesting fresh nonce
  51. 2019-05-11 06:08:37,148:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
  52. 2019-05-11 06:08:37,323:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
  53. 2019-05-11 06:08:37,324:DEBUG:acme.client:Received response:
  54. HTTP 200
  55. Server: nginx
  56. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  57. Replay-Nonce: -SJN4LcWlj1RtsqyjzEHMKywTbiGlgbvMwvfzcM0KBg
  58. X-Frame-Options: DENY
  59. Strict-Transport-Security: max-age=604800
  60. Content-Length: 0
  61. Expires: Sat, 11 May 2019 10:08:37 GMT
  62. Cache-Control: max-age=0, no-cache, no-store
  63. Pragma: no-cache
  64. Date: Sat, 11 May 2019 10:08:37 GMT
  65. Connection: keep-alive
  66.  
  67.  
  68. 2019-05-11 06:08:37,324:DEBUG:acme.client:Storing nonce: -SJN4LcWlj1RtsqyjzEHMKywTbiGlgbvMwvfzcM0KBg
  69. 2019-05-11 06:08:37,325:DEBUG:acme.client:JWS payload:
  70. {
  71.   "identifiers": [
  72.     {
  73.       "type": "dns",
  74.       "value": "myiria.de"
  75.     }
  76.   ]
  77. }
  78. 2019-05-11 06:08:37,327:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
  79. {
  80.   "protected": "eyJub25jZSI6ICItU0pONExjV2xqMVJ0c3F5anpFSE1LeXdUYmlHbGdidk13dmZ6Y00wS0JnIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNTY2MDU5OTkiLCAiYWxnIjogIlJTMjU2In0",
  81.   "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwgCiAgICAgICJ2YWx1ZSI6ICJteWlyaWEuZGUiCiAgICB9CiAgXQp9",
  82.   "signature": "dVftyrWTCnqHDAgo7aAdi-KJYOuN61wI_Uj8Ck5_-DAPYn0xmb9IISYlrXpPYS5_BA3WGg1Ns3vZfZ49rVVK7XURyVYkZmIrfJhWmPOB44KZfAmDA0JHB2ISd9KZMJxI95WosR90LNjSyVuGfxzy671GpzsL3VO_PSycCjobaKWjoXlFOVqRzH8SJzgt6NDmlZf4pw-LjSX_NeG9Bx-QQHOX2AjXWZ2SaTxQgsd1ZboFosK-gQcemjnM6o1Q5VghY2VkGANl78dZrqR-UQ6i8stu2gX4lYIdi2JXfnztyqpmKd5yQ8NIrSU4I0V35izGBZsJ3cgKc7KqljWh3pQuhA"
  83. }
  84. 2019-05-11 06:08:37,528:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 358
  85. 2019-05-11 06:08:37,529:DEBUG:acme.client:Received response:
  86. HTTP 201
  87. Server: nginx
  88. Content-Type: application/json
  89. Content-Length: 358
  90. Boulder-Requester: 56605999
  91. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  92. Location: https://acme-v02.api.letsencrypt.org/acme/order/56605999/444199362
  93. Replay-Nonce: dfgzx1WWCAHTrmQqKcKEckFtc2Yt9UwyF-lGUHhOx-g
  94. X-Frame-Options: DENY
  95. Strict-Transport-Security: max-age=604800
  96. Expires: Sat, 11 May 2019 10:08:37 GMT
  97. Cache-Control: max-age=0, no-cache, no-store
  98. Pragma: no-cache
  99. Date: Sat, 11 May 2019 10:08:37 GMT
  100. Connection: keep-alive
  101.  
  102. {
  103.   "status": "pending",
  104.   "expires": "2019-05-18T10:08:29Z",
  105.   "identifiers": [
  106.     {
  107.       "type": "dns",
  108.       "value": "myiria.de"
  109.     }
  110.   ],
  111.   "authorizations": [
  112.     "https://acme-v02.api.letsencrypt.org/acme/authz/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc"
  113.   ],
  114.   "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/56605999/444199362"
  115. }
  116. 2019-05-11 06:08:37,530:DEBUG:acme.client:Storing nonce: dfgzx1WWCAHTrmQqKcKEckFtc2Yt9UwyF-lGUHhOx-g
  117. 2019-05-11 06:08:37,530:DEBUG:acme.client:JWS payload:
  118.  
  119. 2019-05-11 06:08:37,532:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc:
  120. {
  121.   "protected": "eyJub25jZSI6ICJkZmd6eDFXV0NBSFRybVFxS2NLRWNrRnRjMll0OVV3eUYtbEdVSGhPeC1nIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei9PX0l6VzRaUkZwTWhMRmRvWEV5NG83WnM2TFg3S2g0NWYwVW9xWndvME1jIiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzU2NjA1OTk5IiwgImFsZyI6ICJSUzI1NiJ9",
  122.   "payload": "",
  123.   "signature": "mpTfVuOwtBO5qPyE3ixpuzThsd5qx8reQ1eq3aW2HcTAgSp_0J1GLZYjdNak9yULtpn7CTZsyC6kSFMeb87yfUDRiyt43B-PTr9of7JIOGBlGAKBo4WPvgxUStyMivBAP4DGWF3K57EoV6_9BIlHwtOI25SPiBUVzHcNCKVn8T9URfG1TZ-N7NZzSL6CkFOU9QfNx_vSGIZbTn26K6zBepD-fY1WU31p8AFCvkQX55XQZJ3MGiER6AlTD-bWljXUiRAIZlDPa4vsT6CMkaCrKjmzrjwr4Rh-o-q6rWbHFgJKUuK7vsfLYGn5_txfm7tzF6FCUsRpOt4WD9W3FkAUIA"
  124. }
  125. 2019-05-11 06:08:37,715:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc HTTP/1.1" 200 904
  126. 2019-05-11 06:08:37,716:DEBUG:acme.client:Received response:
  127. HTTP 200
  128. Server: nginx
  129. Content-Type: application/json
  130. Content-Length: 904
  131. Boulder-Requester: 56605999
  132. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  133. Replay-Nonce: OgvCvn9n_f9YuLE25kHerWy00VD3QhPcETlU09FxdaY
  134. X-Frame-Options: DENY
  135. Strict-Transport-Security: max-age=604800
  136. Expires: Sat, 11 May 2019 10:08:37 GMT
  137. Cache-Control: max-age=0, no-cache, no-store
  138. Pragma: no-cache
  139. Date: Sat, 11 May 2019 10:08:37 GMT
  140. Connection: keep-alive
  141.  
  142. {
  143.   "identifier": {
  144.     "type": "dns",
  145.     "value": "myiria.de"
  146.   },
  147.   "status": "pending",
  148.   "expires": "2019-05-18T10:08:29Z",
  149.   "challenges": [
  150.     {
  151.       "type": "http-01",
  152.       "status": "pending",
  153.       "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066344",
  154.       "token": "KTc06qQ5ZEBCg-MAF9V5MJjDzwAxYld5LWa5yt8kFiY"
  155.     },
  156.     {
  157.       "type": "dns-01",
  158.       "status": "pending",
  159.       "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066345",
  160.       "token": "zHkawDv-BmZL4UWsmyMsVGZryOhrxtQYwK3vZOC_drM"
  161.     },
  162.     {
  163.       "type": "tls-alpn-01",
  164.       "status": "pending",
  165.       "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066346",
  166.       "token": "j_-3tWdiNE4emuVbkJdxc2o0Jamtu8xH12aRpY4_FdM"
  167.     }
  168.   ]
  169. }
  170. 2019-05-11 06:08:37,716:DEBUG:acme.client:Storing nonce: OgvCvn9n_f9YuLE25kHerWy00VD3QhPcETlU09FxdaY
  171. 2019-05-11 06:08:37,717:INFO:certbot.auth_handler:Performing the following challenges:
  172. 2019-05-11 06:08:37,717:INFO:certbot.auth_handler:http-01 challenge for myiria.de
  173. 2019-05-11 06:08:37,717:DEBUG:acme.standalone:Successfully bound to :80 using IPv6
  174. 2019-05-11 06:08:37,717:DEBUG:acme.standalone:Certbot wasn't able to bind to :80 using IPv4, this is often expected due to the dual stack nature of IPv6 socket implementations.
  175. 2019-05-11 06:08:37,721:INFO:certbot.auth_handler:Waiting for verification...
  176. 2019-05-11 06:08:37,721:DEBUG:acme.client:JWS payload:
  177. {
  178.  "type": "http-01",
  179.  "resource": "challenge"
  180. }
  181. 2019-05-11 06:08:37,723:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066344:
  182. {
  183.  "protected": "eyJub25jZSI6ICJPZ3ZDdm45bl9mOVl1TEUyNWtIZXJXeTAwVkQzUWhQY0VUbFUwOUZ4ZGFZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvT19Jelc0WlJGcE1oTEZkb1hFeTRvN1pzNkxYN0toNDVmMFVvcVp3bzBNYy8xNTczMzA2NjM0NCIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC81NjYwNTk5OSIsICJhbGciOiAiUlMyNTYifQ",
  184.  "payload": "ewogICJ0eXBlIjogImh0dHAtMDEiLCAKICAicmVzb3VyY2UiOiAiY2hhbGxlbmdlIgp9",
  185.  "signature": "aipUGlNIO2er3U8HT2-slyZPFqv0iDGZH_1CoNpk0KWVABSunS18B5q0Z9VvGOgcCmEtJ84hKDJvqzjJJ-wYiJ24zJnKSVlGstqq7IYATQLlmU8brpFs9ASEGItCO6ovHreUGJWsXSeOnp_ov_1dABEHkalC8G5aNvLll0bawuzp3CcZK6Dh7nBOCxvUedp1CqUapRg6v5tq3iet7Z4k9croXVuZMLkClJ4_NKuI7AQ7yRvLbR99ftk4d0SEeiI1jM67eK2agpQVPYg8YQZmKFrNZPiRF_kkGmG_ev42-4pjDM-9S65TUVCiKAgq2f8udEvpeR49Z7kJQNrdLpI45A"
  186. }
  187. 2019-05-11 06:08:37,908:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066344 HTTP/1.1" 200 224
  188. 2019-05-11 06:08:37,909:DEBUG:acme.client:Received response:
  189. HTTP 200
  190. Server: nginx
  191. Content-Type: application/json
  192. Content-Length: 224
  193. Boulder-Requester: 56605999
  194. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc>;rel="up"
  195. Location: https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066344
  196. Replay-Nonce: KOxooomwKcIhLJbaNN4JfwuRs0q05A9QnbRMKB9wwF0
  197. X-Frame-Options: DENY
  198. Strict-Transport-Security: max-age=604800
  199. Expires: Sat, 11 May 2019 10:08:37 GMT
  200. Cache-Control: max-age=0, no-cache, no-store
  201. Pragma: no-cache
  202. Date: Sat, 11 May 2019 10:08:37 GMT
  203. Connection: keep-alive
  204.  
  205. {
  206.  "type": "http-01",
  207.  "status": "pending",
  208.  "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066344",
  209.  "token": "KTc06qQ5ZEBCg-MAF9V5MJjDzwAxYld5LWa5yt8kFiY"
  210. }
  211. 2019-05-11 06:08:37,909:DEBUG:acme.client:Storing nonce: KOxooomwKcIhLJbaNN4JfwuRs0q05A9QnbRMKB9wwF0
  212. 2019-05-11 06:08:38,911:DEBUG:acme.client:JWS payload:
  213.  
  214. 2019-05-11 06:08:38,913:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc:
  215. {
  216.  "protected": "eyJub25jZSI6ICJLT3hvb29td0tjSWhMSmJhTk40SmZ3dVJzMHEwNUE5UW5iUk1LQjl3d0YwIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei9PX0l6VzRaUkZwTWhMRmRvWEV5NG83WnM2TFg3S2g0NWYwVW9xWndvME1jIiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzU2NjA1OTk5IiwgImFsZyI6ICJSUzI1NiJ9",
  217.  "payload": "",
  218.  "signature": "p39X_qjAnbQzqcmLp9skspcaMQ7fBasQLZLdD8jEniBgClkRATFVCnLBLA9pHMrkayZtp_nv10LnPQhxEYu22aEXMGGY4ycNaFowSXSFWavyOOi3kmOMkisS1aka0M5OB3XLYRxpFSJXc3RasJcXArNpynxONX5kzjQmE4nUkaYWREzoZGxYc6AE8l9_aocOwpR7XG4HLfWzXrYzElv9QwSFdElnhDjV8MkSOHx60FQgVaLJvjDPKERRPltPGcbBCGApLpj6gTzLqLdVq-DzJ59n_IJ3MeoOLDRckl3yT-R4nMxsiRQpWlc9YJj1lFkt7K6OKG1_WOj8IA_w34fTPQ"
  219. }
  220. 2019-05-11 06:08:39,099:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc HTTP/1.1" 200 1702
  221. 2019-05-11 06:08:39,100:DEBUG:acme.client:Received response:
  222. HTTP 200
  223. Server: nginx
  224. Content-Type: application/json
  225. Content-Length: 1702
  226. Boulder-Requester: 56605999
  227. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  228. Replay-Nonce: 3qxMr9Av0-cxweMDZuHzyBQZSUsJKlAFi2gxZSX9PUA
  229. X-Frame-Options: DENY
  230. Strict-Transport-Security: max-age=604800
  231. Expires: Sat, 11 May 2019 10:08:39 GMT
  232. Cache-Control: max-age=0, no-cache, no-store
  233. Pragma: no-cache
  234. Date: Sat, 11 May 2019 10:08:39 GMT
  235. Connection: keep-alive
  236.  
  237. {
  238.  "identifier": {
  239.    "type": "dns",
  240.    "value": "myiria.de"
  241.  },
  242.  "status": "invalid",
  243.  "expires": "2019-05-18T10:08:29Z",
  244.  "challenges": [
  245.    {
  246.      "type": "http-01",
  247.      "status": "invalid",
  248.      "error": {
  249.        "type": "urn:ietf:params:acme:error:unauthorized",
  250.        "detail": "Invalid response from http://myiria.de/.well-known/acme-challenge/KTc06qQ5ZEBCg-MAF9V5MJjDzwAxYld5LWa5yt8kFiY [92.42.47.182]: \"\u003chtml\u003e\\n\u003chead\u003e\u003cmeta http-equiv=\\\"refresh\\\" content=\\\"1\\\" /\u003e\u003cmeta http-equiv=\\\"cache-control\\\" content=\\\"max-age=0\\\" /\u003e\u003cmeta http-equiv=\\\"c\"",
  251.        "status": 403
  252.      },
  253.      "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066344",
  254.      "token": "KTc06qQ5ZEBCg-MAF9V5MJjDzwAxYld5LWa5yt8kFiY",
  255.      "validationRecord": [
  256.        {
  257.          "url": "http://myiria.de/.well-known/acme-challenge/KTc06qQ5ZEBCg-MAF9V5MJjDzwAxYld5LWa5yt8kFiY",
  258.          "hostname": "myiria.de",
  259.          "port": "80",
  260.          "addressesResolved": [
  261.            "92.42.47.182"
  262.          ],
  263.          "addressUsed": "92.42.47.182"
  264.        }
  265.      ]
  266.    },
  267.    {
  268.      "type": "dns-01",
  269.      "status": "invalid",
  270.      "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066345",
  271.      "token": "zHkawDv-BmZL4UWsmyMsVGZryOhrxtQYwK3vZOC_drM"
  272.    },
  273.    {
  274.      "type": "tls-alpn-01",
  275.      "status": "invalid",
  276.      "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/O_IzW4ZRFpMhLFdoXEy4o7Zs6LX7Kh45f0UoqZwo0Mc/15733066346",
  277.      "token": "j_-3tWdiNE4emuVbkJdxc2o0Jamtu8xH12aRpY4_FdM"
  278.    }
  279.  ]
  280. }
  281. 2019-05-11 06:08:39,101:DEBUG:acme.client:Storing nonce: 3qxMr9Av0-cxweMDZuHzyBQZSUsJKlAFi2gxZSX9PUA
  282. 2019-05-11 06:08:39,101:WARNING:certbot.auth_handler:Challenge failed for domain myiria.de
  283. 2019-05-11 06:08:39,102:INFO:certbot.auth_handler:http-01 challenge for myiria.de
  284. 2019-05-11 06:08:39,102:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:
  285.  
  286. Domain: myiria.de
  287. Type:   unauthorized
  288. Detail: Invalid response from http://myiria.de/.well-known/acme-challenge/KTc06qQ5ZEBCg-MAF9V5MJjDzwAxYld5LWa5yt8kFiY [92.42.47.182]: "<html>\n<head><meta http-equiv=\"refresh\" content=\"1\" /><meta http-equiv=\"cache-control\" content=\"max-age=0\" /><meta http-equiv=\"c"
  289.  
  290. To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address.
  291. 2019-05-11 06:08:39,103:DEBUG:certbot.error_handler:Encountered exception:
  292. Traceback (most recent call last):
  293.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 90, in handle_authorizations
  294.    self._poll_authorizations(authzrs, max_retries, best_effort)
  295.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 154, in _poll_authorizations
  296.    raise errors.AuthorizationError('Some challenges have failed.')
  297. AuthorizationError: Some challenges have failed.
  298.  
  299. 2019-05-11 06:08:39,103:DEBUG:certbot.error_handler:Calling registered functions
  300. 2019-05-11 06:08:39,103:INFO:certbot.auth_handler:Cleaning up challenges
  301. 2019-05-11 06:08:39,103:DEBUG:certbot.plugins.standalone:Stopping server at :::80...
  302. 2019-05-11 06:08:39,220:DEBUG:certbot.log:Exiting abnormally:
  303. Traceback (most recent call last):
  304.  File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
  305.    sys.exit(main())
  306.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1379, in main
  307.    return config.func(config, plugins)
  308.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1262, in certonly
  309.    lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  310.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 120, in _get_and_save_cert
  311.    lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  312.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 406, in obtain_and_enroll_certificate
  313.    cert, chain, key, _ = self.obtain_certificate(domains)
  314.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 349, in obtain_certificate
  315.    orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  316.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 385, in _get_order_and_authorizations
  317.    authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
  318.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 90, in handle_authorizations
  319.    self._poll_authorizations(authzrs, max_retries, best_effort)
  320.  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 154, in _poll_authorizations
  321.    raise errors.AuthorizationError('Some challenges have failed.')
  322. AuthorizationError: Some challenges have failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement