Guest User

Untitled

a guest
May 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.63 KB | None | 0 0
  1. 2019-05-21 15:23:05,223:DEBUG:certbot.main:certbot version: 0.34.2
  2. 2019-05-21 15:23:05,223:DEBUG:certbot.main:Arguments: ['-a', 'webroot', '-i', 'apache', '-w', '/var/www/html/soleria/gmod_site', '-d', 'gmod.soleria.eu']
  3. 2019-05-21 15:23:05,223:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  4. 2019-05-21 15:23:05,233:DEBUG:certbot.log:Root logging level set at 20
  5. 2019-05-21 15:23:05,233:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  6. 2019-05-21 15:23:05,233:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer apache
  7. 2019-05-21 15:23:05,300:DEBUG:certbot_apache.configurator:Apache version is 2.4.25
  8. 2019-05-21 15:23:05,671:DEBUG:certbot.plugins.selection:Single candidate plugin: * apache
  9. Description: Apache Web Server plugin
  10. Interfaces: IAuthenticator, IInstaller, IPlugin
  11. Entry point: apache = certbot_apache.entrypoint:ENTRYPOINT
  12. Initialized: <certbot_apache.override_debian.DebianConfigurator object at 0x7f80054e4fd0>
  13. Prep: True
  14. 2019-05-21 15:23:05,675:DEBUG:certbot.plugins.selection:Single candidate plugin: * webroot
  15. Description: Place files in webroot directory
  16. Interfaces: IAuthenticator, IPlugin
  17. Entry point: webroot = certbot.plugins.webroot:Authenticator
  18. Initialized: <certbot.plugins.webroot.Authenticator object at 0x7f8005277350>
  19. Prep: True
  20. 2019-05-21 15:23:05,676:DEBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0x7f8005277350> and installer <certbot_apache.override_debian.DebianConfigurator object at 0x7f80054e4fd0>
  21. 2019-05-21 15:23:05,676:INFO:certbot.plugins.selection:Plugins selected: Authenticator webroot, Installer apache
  22. 2019-05-21 15:23:05,678: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/48886464', new_authzr_uri=None, terms_of_service=None), 49820fd50670d3ec0a00c0da10deb57a, Meta(creation_host=u'gmod.soleria.eu', creation_dt=datetime.datetime(2019, 1, 4, 2, 32, 2, tzinfo=<UTC>)))>
  23. 2019-05-21 15:23:05,679:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
  24. 2019-05-21 15:23:05,680:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
  25. 2019-05-21 15:23:07,128:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
  26. 2019-05-21 15:23:07,128:DEBUG:acme.client:Received response:
  27. HTTP 200
  28. Server: nginx
  29. Content-Type: application/jsona
  30. Content-Length: 658
  31. X-Frame-Options: DENY
  32. Strict-Transport-Security: max-age=604800
  33. Expires: Tue, 21 May 2019 13:23:07 GMT
  34. Cache-Control: max-age=0, no-cache, no-store
  35. Pragma: no-cache
  36. Date: Tue, 21 May 2019 13:23:07 GMT
  37. Connection: keep-alive
  38.  
  39. {
  40. "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  41. "meta": {
  42. "caaIdentities": [
  43. "letsencrypt.org"
  44. ],
  45. "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
  46. "website": "https://letsencrypt.org"
  47. },
  48. "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  49. "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  50. "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  51. "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert",
  52. "tbfNrVV-krs": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417"
  53. }
  54. 2019-05-21 15:23:07,133:INFO:certbot.main:Obtaining a new certificate
  55. 2019-05-21 15:23:07,457:DEBUG:certbot.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0037_key-certbot.pem
  56. 2019-05-21 15:23:07,458:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/0037_csr-certbot.pem
  57. 2019-05-21 15:23:07,459:DEBUG:acme.client:Requesting fresh nonce
  58. 2019-05-21 15:23:07,459:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
  59. 2019-05-21 15:23:07,667:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
  60. 2019-05-21 15:23:07,668:DEBUG:acme.client:Received response:
  61. HTTP 200
  62. Server: nginx
  63. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  64. Replay-Nonce: eaozUb5wbuleE4_JOExzKgKDEiJZ7Iwk4hWZ3kzUupo
  65. X-Frame-Options: DENY
  66. Strict-Transport-Security: max-age=604800
  67. Content-Length: 0
  68. Expires: Tue, 21 May 2019 13:23:07 GMT
  69. Cache-Control: max-age=0, no-cache, no-store
  70. Pragma: no-cache
  71. Date: Tue, 21 May 2019 13:23:07 GMT
  72. Connection: keep-alive
  73.  
  74.  
  75. 2019-05-21 15:23:07,669:DEBUG:acme.client:Storing nonce: eaozUb5wbuleE4_JOExzKgKDEiJZ7Iwk4hWZ3kzUupo
  76. 2019-05-21 15:23:07,669:DEBUG:acme.client:JWS payload:
  77. {
  78. "identifiers": [
  79. {
  80. "type": "dns",
  81. "value": "gmod.soleria.eu"
  82. }
  83. ]
  84. }
  85. 2019-05-21 15:23:07,671:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
  86. {
  87. "protected": "eyJub25jZSI6ICJlYW96VWI1d2J1bGVFNF9KT0V4ektnS0RFaUpaN0l3azRoV1oza3pVdXBvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDg4ODY0NjQiLCAiYWxnIjogIlJTMjU2In0",
  88. "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwgCiAgICAgICJ2YWx1ZSI6ICJnbW9kLnNvbGVyaWEuZXUiCiAgICB9CiAgXQp9",
  89. "signature": "Wr54bD7Vh62qPZ4cuYQHhM19BnW1SqUmZQ9sApcm6hfP-lADoYp_cvLQvMG-Z9U4hpNZeYe8DLlSdjnLzzmlVdM5IGr-dNTlnYyJ6owSia5BU-J7iJTCmIlJqoo1JIjItQ_VpS2j2oD1sUglu8CtAzIvZUzqxKfgGQFRHd_KOTq4X98VsvEKjbwUJ8a17uId5H3pWJCnCLm_XzvrSRVXugQdufq2Tu9iGU5yHdfS3-Jfj-J4L2Cdv0HVRiQijzN_lAY5N2tZH4oOSQQVZ5fcapTpj8KlImtEa3jvKwFXJfVb0Pt24YaZRlKe9qU8Li2kM6r6fBXvIpNIAvco0XEGmA"
  90. }
  91. 2019-05-21 15:23:08,090:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 373
  92. 2019-05-21 15:23:08,091:DEBUG:acme.client:Received response:
  93. HTTP 201
  94. Server: nginx
  95. Content-Type: application/json
  96. Content-Length: 373
  97. Boulder-Requester: 48886464
  98. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  99. Location: https://acme-v02.api.letsencrypt.org/acme/order/48886464/463296404
  100. Replay-Nonce: ilC67Lj9Y5DXgVNq-zLpW_-imARgqlL7Nk3qlyAvRls
  101. X-Frame-Options: DENY
  102. Strict-Transport-Security: max-age=604800
  103. Expires: Tue, 21 May 2019 13:23:08 GMT
  104. Cache-Control: max-age=0, no-cache, no-store
  105. Pragma: no-cache
  106. Date: Tue, 21 May 2019 13:23:08 GMT
  107. Connection: keep-alive
  108.  
  109. {
  110. "status": "pending",
  111. "expires": "2019-05-28T13:23:07.92366017Z",
  112. "identifiers": [
  113. {
  114. "type": "dns",
  115. "value": "gmod.soleria.eu"
  116. }
  117. ],
  118. "authorizations": [
  119. "https://acme-v02.api.letsencrypt.org/acme/authz/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts"
  120. ],
  121. "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/48886464/463296404"
  122. }
  123. 2019-05-21 15:23:08,091:DEBUG:acme.client:Storing nonce: ilC67Lj9Y5DXgVNq-zLpW_-imARgqlL7Nk3qlyAvRls
  124. 2019-05-21 15:23:08,091:DEBUG:acme.client:JWS payload:
  125.  
  126. 2019-05-21 15:23:08,092:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts:
  127. {
  128. "protected": "eyJub25jZSI6ICJpbEM2N0xqOVk1RFhnVk5xLXpMcFdfLWltQVJncWxMN05rM3FseUF2UmxzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei8xTzQ3UVFBNWpmZFJRaExyc1RYS1VrTzFjWUxMMUlpc3pzS1gwZzc0M3RzIiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzQ4ODg2NDY0IiwgImFsZyI6ICJSUzI1NiJ9",
  129. "payload": "",
  130. "signature": "ZImIfl522e2fJbqrTQw7IA3Q1Bk3copjYICR8SLh0JtWZLxP4uWJGs0Ccmc-njb0fx1mP_RBly-tXs5tjS0iaWNUO1CXT2UsyFxt34W--vUE70VSpjjU1dgoCzrpHsCL_Y5vMa_rpygjQshBHuLMCZTpdEF_nOrk57Ib0zS_S1wDicUUpciNLFAeDiqHULIG6ZY9MYfG0cKT27lHGtlRIxXTvx1WcnVbd-ZSjmN6v1zDhbTaLCtgrQ-3vEfgftlVq2cuGBD0iNVXBtkIbHQOotsVqrUSQKAL-zq9RAubsCh5guKoXpyuMXhn4DJ9e-ISyFrlM2l47VGsSPVyT7L4WQ"
  131. }
  132. 2019-05-21 15:23:11,991:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts HTTP/1.1" 200 910
  133. 2019-05-21 15:23:11,992:DEBUG:acme.client:Received response:
  134. HTTP 200
  135. Server: nginx
  136. Content-Type: application/json
  137. Content-Length: 910
  138. Boulder-Requester: 48886464
  139. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  140. Replay-Nonce: B1NqKWEAUhHTEro1wiRCebSnW4l5zTikOsdaH9aaI_4
  141. X-Frame-Options: DENY
  142. Strict-Transport-Security: max-age=604800
  143. Expires: Tue, 21 May 2019 13:23:11 GMT
  144. Cache-Control: max-age=0, no-cache, no-store
  145. Pragma: no-cache
  146. Date: Tue, 21 May 2019 13:23:11 GMT
  147. Connection: keep-alive
  148.  
  149. {
  150. "identifier": {
  151. "type": "dns",
  152. "value": "gmod.soleria.eu"
  153. },
  154. "status": "pending",
  155. "expires": "2019-05-28T13:23:07Z",
  156. "challenges": [
  157. {
  158. "type": "dns-01",
  159. "status": "pending",
  160. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218567",
  161. "token": "VEmKZ1UsQYaUpvpaP2jgFk4lKjz-f9TFGDCvgKY7cLE"
  162. },
  163. {
  164. "type": "http-01",
  165. "status": "pending",
  166. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218568",
  167. "token": "fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4"
  168. },
  169. {
  170. "type": "tls-alpn-01",
  171. "status": "pending",
  172. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218569",
  173. "token": "yA7XOW5zs8MjZaeImN0DzeOZL6Zn8Dpb4WaKeCIsL5Q"
  174. }
  175. ]
  176. }
  177. 2019-05-21 15:23:11,992:DEBUG:acme.client:Storing nonce: B1NqKWEAUhHTEro1wiRCebSnW4l5zTikOsdaH9aaI_4
  178. 2019-05-21 15:23:11,992:INFO:certbot.auth_handler:Performing the following challenges:
  179. 2019-05-21 15:23:11,993:INFO:certbot.auth_handler:http-01 challenge for gmod.soleria.eu
  180. 2019-05-21 15:23:11,993:INFO:certbot.plugins.webroot:Using the webroot path /var/www/html/soleria/gmod_site for all unmatched domains.
  181. 2019-05-21 15:23:11,993:DEBUG:certbot.plugins.webroot:Creating root challenges validation dir at /var/www/html/soleria/gmod_site/.well-known/acme-challenge
  182. 2019-05-21 15:23:11,995:DEBUG:certbot.plugins.webroot:Attempting to save validation to /var/www/html/soleria/gmod_site/.well-known/acme-challenge/fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4
  183. 2019-05-21 15:23:11,996:INFO:certbot.auth_handler:Waiting for verification...
  184. 2019-05-21 15:23:11,996:DEBUG:acme.client:JWS payload:
  185. {
  186. "type": "http-01",
  187. "resource": "challenge"
  188. }
  189. 2019-05-21 15:23:11,997:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218568:
  190. {
  191. "protected": "eyJub25jZSI6ICJCMU5xS1dFQVVoSFRFcm8xd2lSQ2ViU25XNGw1elRpa09zZGFIOWFhSV80IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvMU80N1FRQTVqZmRSUWhMcnNUWEtVa08xY1lMTDFJaXN6c0tYMGc3NDN0cy8xNjExNjIxODU2OCIsICJraWQiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYWNjdC80ODg4NjQ2NCIsICJhbGciOiAiUlMyNTYifQ",
  192. "payload": "ewogICJ0eXBlIjogImh0dHAtMDEiLCAKICAicmVzb3VyY2UiOiAiY2hhbGxlbmdlIgp9",
  193. "signature": "Go2PPnipfwMXgTfp-5duAdr4zR3aUs7vTaJRbVVKpxxB61Q6AVObIukNVDY_tdd3g7gpRIhrBXSr0O9dmbzh7yt2KCl4q3fjmIyNH92AN_xhLABdCwiE3Da_8GU6toAtUEQ4tEQOUF36mriyWEwWFnqeEl8cwAKkc7zZdYyHx7xVnPrFXQnNn1Yr9kNi4ckVhVq7AgIjTDntUm_12_7KzbbTeXpsxs2-fn6u1wEUWp4McXIz05vKnyZFilrNFK_D7ir5SuaVnJsgmt3fEtLi98z6inIVHdd0yFnu1C-0FWpKfpBrGIvH_gADOObghoabV4mDazOvvSB5gI1IvESNRg"
  194. }
  195. 2019-05-21 15:23:12,309:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218568 HTTP/1.1" 200 224
  196. 2019-05-21 15:23:12,309:DEBUG:acme.client:Received response:
  197. HTTP 200
  198. Server: nginx
  199. Content-Type: application/json
  200. Content-Length: 224
  201. Boulder-Requester: 48886464
  202. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts>;rel="up"
  203. Location: https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218568
  204. Replay-Nonce: M2Ic-Ln2PzQWW4CiBhOtERd-HeG344Xd8Jx5TF9Ivys
  205. X-Frame-Options: DENY
  206. Strict-Transport-Security: max-age=604800
  207. Expires: Tue, 21 May 2019 13:23:12 GMT
  208. Cache-Control: max-age=0, no-cache, no-store
  209. Pragma: no-cache
  210. Date: Tue, 21 May 2019 13:23:12 GMT
  211. Connection: keep-alive
  212.  
  213. {
  214. "type": "http-01",
  215. "status": "pending",
  216. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218568",
  217. "token": "fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4"
  218. }
  219. 2019-05-21 15:23:12,310:DEBUG:acme.client:Storing nonce: M2Ic-Ln2PzQWW4CiBhOtERd-HeG344Xd8Jx5TF9Ivys
  220. 2019-05-21 15:23:13,311:DEBUG:acme.client:JWS payload:
  221.  
  222. 2019-05-21 15:23:13,312:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts:
  223. {
  224. "protected": "eyJub25jZSI6ICJNMkljLUxuMlB6UVdXNENpQmhPdEVSZC1IZUczNDRYZDhKeDVURjlJdnlzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei8xTzQ3UVFBNWpmZFJRaExyc1RYS1VrTzFjWUxMMUlpc3pzS1gwZzc0M3RzIiwgImtpZCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hY2N0LzQ4ODg2NDY0IiwgImFsZyI6ICJSUzI1NiJ9",
  225. "payload": "",
  226. "signature": "KpsbNaTlv6UECQ82JbgfjWVcf68ee0c38Bv2lZ_ZXnP3xGl7yuMR4q7e1b_tBEPDvqXDgxB_xkBmi7OX7ImWg7u9f3nW2DMYO39R-2DqJb0pv2SYbyJnsZjiWv5katpaKc-30ssxMP2QCUuSdCZZ0VpYciRFKc0JCjdFXGIEfy4hDyb82BN7IMAEX9MZCJa3YN0pU8506XTxsl2UzAPEyudyPPKvaaDOGWJBag5CB6tzGAXEJSvnPnuSVr_AVoVpDACI3DgZ-4xo1W2dqa4B5a5ICbP3Nx0u_L90xQJ7uq5f9kh-Mu2Xv9BToHcSpkU051mkVgn-5iNklwtcd1otzg"
  227. }
  228. 2019-05-21 15:23:14,423:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts HTTP/1.1" 200 1766
  229. 2019-05-21 15:23:14,423:DEBUG:acme.client:Received response:
  230. HTTP 200
  231. Server: nginx
  232. Content-Type: application/json
  233. Content-Length: 1766
  234. Boulder-Requester: 48886464
  235. Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
  236. Replay-Nonce: Tg499FipZRoZmFd6omTAtDLBP93c1oGY-rB-OPURgAg
  237. X-Frame-Options: DENY
  238. Strict-Transport-Security: max-age=604800
  239. Expires: Tue, 21 May 2019 13:23:14 GMT
  240. Cache-Control: max-age=0, no-cache, no-store
  241. Pragma: no-cache
  242. Date: Tue, 21 May 2019 13:23:14 GMT
  243. Connection: keep-alive
  244.  
  245. {
  246. "identifier": {
  247. "type": "dns",
  248. "value": "gmod.soleria.eu"
  249. },
  250. "status": "invalid",
  251. "expires": "2019-05-28T13:23:07Z",
  252. "challenges": [
  253. {
  254. "type": "dns-01",
  255. "status": "invalid",
  256. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218567",
  257. "token": "VEmKZ1UsQYaUpvpaP2jgFk4lKjz-f9TFGDCvgKY7cLE"
  258. },
  259. {
  260. "type": "http-01",
  261. "status": "invalid",
  262. "error": {
  263. "type": "urn:ietf:params:acme:error:unauthorized",
  264. "detail": "Invalid response from http://gmod.soleria.eu/.well-known/acme-challenge/fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4 [37.187.134.85]: \"\u003c!DOCTYPE HTML PUBLIC \\\"-//IETF//DTD HTML 2.0//EN\\\"\u003e\\n\u003chtml\u003e\u003chead\u003e\\n\u003ctitle\u003e404 Not Found\u003c/title\u003e\\n\u003c/head\u003e\u003cbody\u003e\\n\u003ch1\u003eNot Found\u003c/h1\u003e\\n\u003cp\"",
  265. "status": 403
  266. },
  267. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218568",
  268. "token": "fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4",
  269. "validationRecord": [
  270. {
  271. "url": "http://gmod.soleria.eu/.well-known/acme-challenge/fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4",
  272. "hostname": "gmod.soleria.eu",
  273. "port": "80",
  274. "addressesResolved": [
  275. "37.187.134.85"
  276. ],
  277. "addressUsed": "37.187.134.85"
  278. }
  279. ]
  280. },
  281. {
  282. "type": "tls-alpn-01",
  283. "status": "invalid",
  284. "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/1O47QQA5jfdRQhLrsTXKUkO1cYLL1IiszsKX0g743ts/16116218569",
  285. "token": "yA7XOW5zs8MjZaeImN0DzeOZL6Zn8Dpb4WaKeCIsL5Q"
  286. }
  287. ]
  288. }
  289. 2019-05-21 15:23:14,424:DEBUG:acme.client:Storing nonce: Tg499FipZRoZmFd6omTAtDLBP93c1oGY-rB-OPURgAg
  290. 2019-05-21 15:23:14,424:WARNING:certbot.auth_handler:Challenge failed for domain gmod.soleria.eu
  291. 2019-05-21 15:23:14,424:INFO:certbot.auth_handler:http-01 challenge for gmod.soleria.eu
  292. 2019-05-21 15:23:14,424:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:
  293.  
  294. Domain: gmod.soleria.eu
  295. Type: unauthorized
  296. Detail: Invalid response from http://gmod.soleria.eu/.well-known/acme-challenge/fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4 [37.187.134.85]: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p"
  297.  
  298. 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.
  299. 2019-05-21 15:23:14,424:DEBUG:certbot.error_handler:Encountered exception:
  300. Traceback (most recent call last):
  301. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 90, in handle_authorizations
  302. self._poll_authorizations(authzrs, max_retries, best_effort)
  303. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 154, in _poll_authorizations
  304. raise errors.AuthorizationError('Some challenges have failed.')
  305. AuthorizationError: Some challenges have failed.
  306.  
  307. 2019-05-21 15:23:14,424:DEBUG:certbot.error_handler:Calling registered functions
  308. 2019-05-21 15:23:14,424:INFO:certbot.auth_handler:Cleaning up challenges
  309. 2019-05-21 15:23:14,425:DEBUG:certbot.plugins.webroot:Removing /var/www/html/soleria/gmod_site/.well-known/acme-challenge/fzS3LFk5ds5WIGjBmbmBOTc-eOeBhuARVgszsW6T3f4
  310. 2019-05-21 15:23:14,425:DEBUG:certbot.plugins.webroot:All challenges cleaned up
  311. 2019-05-21 15:23:14,425:DEBUG:certbot.log:Exiting abnormally:
  312. Traceback (most recent call last):
  313. File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
  314. sys.exit(main())
  315. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1379, in main
  316. return config.func(config, plugins)
  317. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1130, in run
  318. certname, lineage)
  319. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 120, in _get_and_save_cert
  320. lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  321. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 406, in obtain_and_enroll_certificate
  322. cert, chain, key, _ = self.obtain_certificate(domains)
  323. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 349, in obtain_certificate
  324. orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  325. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 385, in _get_order_and_authorizations
  326. authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
  327. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 90, in handle_authorizations
  328. self._poll_authorizations(authzrs, max_retries, best_effort)
  329. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 154, in _poll_authorizations
  330. raise errors.AuthorizationError('Some challenges have failed.')
  331. AuthorizationError: Some challenges have failed.
Add Comment
Please, Sign In to add comment