Advertisement
adr41n

Untitled

Apr 24th, 2017
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.26 KB | None | 0 0
  1. 2017-04-24 06:06:56,304:DEBUG:certbot.main:Root logging level set at 20
  2. 2017-04-24 06:06:56,312:INFO:certbot.main:Saving debug log to /var/snap/nextcloud/current/certs/certbot/logs/letsencrypt.log
  3. 2017-04-24 06:06:56,319:DEBUG:certbot.main:certbot version: 0.9.3
  4. 2017-04-24 06:06:56,319:DEBUG:certbot.main:Arguments: ['--text', '--config-dir', '/var/snap/nextcloud/current/certs/certbot/config', '--work-dir', '/var/snap/nextcloud/current/certs/certbot/work', '--logs-dir', '/var/snap/nextcloud/current/certs/certbot/logs', '--authenticator', 'nextcloud:webroot', '--nextcloud:webroot-path', '/var/snap/nextcloud/current/certs/certbot', '--rsa-key-size', '4096', '--email', 'adrian@koolapps.net', '--non-interactive', '--agree-tos', '--force-renewal', '-d', 'koolapps.com']
  5. 2017-04-24 06:06:56,326:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntryPoint#standalone,PluginEntryPoint#nextcloud:webroot)
  6. 2017-04-24 06:06:56,329:DEBUG:certbot.plugins.selection:Requested authenticator nextcloud:webroot and installer None
  7. 2017-04-24 06:06:56,380:DEBUG:certbot.plugins.selection:Single candidate plugin: * nextcloud:webroot
  8. Description: Place files in webroot directory without running chown
  9. Interfaces: IAuthenticator, IPlugin
  10. Entry point: webroot = certbot_nextcloud_plugin.webroot:Authenticator
  11. Initialized: <certbot_nextcloud_plugin.webroot.Authenticator object at 0x75ec13f0>
  12. Prep: True
  13. 2017-04-24 06:06:56,387:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_nextcloud_plugin.webroot.Authenticator object at 0x75ec13f0> and installer None
  14. 2017-04-24 06:06:56,465:DEBUG:certbot.main:Picked account: <Account(458aee3bd042645665c72c057cf7d780)>
  15. 2017-04-24 06:06:56,475:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
  16. 2017-04-24 06:06:56,494:DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  17. 2017-04-24 06:06:57,012:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 352
  18. 2017-04-24 06:06:57,017:DEBUG:root:Received <Response [200]>. Headers: {'Content-Length': '352', 'Expires': 'Mon, 24 Apr 2017 06:06:57 GMT', 'Boulder-Request-Id': 'czTR5-Ss78k2FBn0RLjonMiyQXqCQMqGWTv_3iDzz_c', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Mon, 24 Apr 2017 06:06:57 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'D1OTyLB1_sbJCA0Mo9iVX60Mf1fWjhnUwP-AbjwgznU'}. Content: '{\n "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change",\n "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",\n "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",\n "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",\n "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"\n}'
  19. 2017-04-24 06:06:57,019:DEBUG:acme.client:Received response <Response [200]> (headers: {'Content-Length': '352', 'Expires': 'Mon, 24 Apr 2017 06:06:57 GMT', 'Boulder-Request-Id': 'czTR5-Ss78k2FBn0RLjonMiyQXqCQMqGWTv_3iDzz_c', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Mon, 24 Apr 2017 06:06:57 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'D1OTyLB1_sbJCA0Mo9iVX60Mf1fWjhnUwP-AbjwgznU'}): '{\n "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change",\n "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",\n "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",\n "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",\n "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"\n}'
  20. 2017-04-24 06:06:57,024:INFO:certbot.main:Obtaining a new certificate
  21. 2017-04-24 06:06:57,025:DEBUG:root:Requesting fresh nonce
  22. 2017-04-24 06:06:57,026:DEBUG:root:Sending HEAD request to https://acme-v01.api.letsencrypt.org/acme/new-authz. args: (), kwargs: {}
  23. 2017-04-24 06:06:57,255:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "HEAD /acme/new-authz HTTP/1.1" 405 0
  24. 2017-04-24 06:06:57,260:DEBUG:root:Received <Response [405]>. Headers: {'Content-Length': '91', 'Pragma': 'no-cache', 'Boulder-Request-Id': 'LiOOeNCMw3x87k_Ef7K8Vpe1aSK6pRsJt-RoI6O6l7c', 'Expires': 'Mon, 24 Apr 2017 06:06:57 GMT', 'Server': 'nginx', 'Connection': 'keep-alive', 'Allow': 'POST', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Mon, 24 Apr 2017 06:06:57 GMT', 'Content-Type': 'application/problem+json', 'Replay-Nonce': 'HozE0pDniC1H3yMNw_i8Dik7xLfyd5WznSWRy9aj8zE'}. Content: ''
  25. 2017-04-24 06:06:57,262:DEBUG:acme.client:Storing nonce: '\x1e\x8c\xc4\xd2\x90\xe7\x88-G\xdf#\r\xc3\xf8\xbc\x0e);\xc4\xb7\xf2w\x95\xb3\x9d%\x91\xcb\xd6\xa3\xf31'
  26. 2017-04-24 06:06:57,263:DEBUG:acme.jose.json_util:Omitted empty fields: combinations=None, status=None, expires=None, challenges=None
  27. 2017-04-24 06:06:57,264:DEBUG:acme.client:Serialized JSON: {"identifier": {"type": "dns", "value": "koolapps.com"}, "resource": "new-authz"}
  28. 2017-04-24 06:06:57,293:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), typ=None, alg=None, jku=None, cty=None, x5t=None, kid=None, x5tS256=None, x5u=None, jwk=None
  29. 2017-04-24 06:06:57,547:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), typ=None, jku=None, nonce=None, cty=None, x5t=None, kid=None, x5tS256=None, x5u=None
  30. 2017-04-24 06:06:57,550:DEBUG:root:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/new-authz. args: (), kwargs: {'data': '{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "6WFBFF5Irb5-S3HjlKfaFwIvj1MIhjVNO0154-fLNNNihoqKpc6q_xcfmuzJzP10UIKbgQXRjeBYCTFg7Dd5sNxCqumnoQCk8hM6P_77_Yw_PNJBcEakuegpXZ75gGmXkTD3-BuOXW4q0Ca_Lq9qtpRIgPxsooDeXG7M2KRlaYBShE5VwanLyBubbrtxUxO-nXHs56L6nfN4MrSyPKu1amJDozSkU5w7zZ71W_dYDrB3W5oqKcyRSUdWYUYngAwwtkcfP0N3XlBjIdRJl-GJewW5Bc0C1WEAc7dvBTv0pNKrCPwfipY-ofOi9a_7K-WMsUaglPv6J9J1esHYiJeOHJ0A3mH4G5jG_TrFm1p15s_80Ll3SEIjvWFk2w-ylYK-tDrnPjBr17YcHFyxukaxiuHfBjLKejxzZg8ofecNluTtGpJY-li9mKQnDp-zCDzDVbCbKzeuVwnXqvjLAfPGB4xGPe3YUc73q9e5mwIxTJIQdGZQHUTfGV4lVOrVpZTQjSaTtlZy1wT0n2wPpi2YMT7l9uFFj-SY4ICKkk0Yf3jgibmtannHblnkcJ_Hziv2fJMyt8Z5scnUb0r6n_RmcG15X32G9AKb3cP4y-L-HPfTB0zwz1Gly-FHxRhBaptJdEmqb7IjnJRBCEmk1ORA3m1fWfY6IOSf-1EKufwKsKE"}}, "protected": "eyJub25jZSI6ICJIb3pFMHBEbmlDMUgzeU1Od19pOERpazd4TGZ5ZDVXem5TV1J5OWFqOHpFIn0", "payload": "eyJpZGVudGlmaWVyIjogeyJ0eXBlIjogImRucyIsICJ2YWx1ZSI6ICJrb29sYXBwcy5jb20ifSwgInJlc291cmNlIjogIm5ldy1hdXRoeiJ9", "signature": "qWZIfexyOhaIsgUMeFL6fBSXbURbM88bGWCPbgew8cEU-_6pcokkufFqbPIbp5LYQ1fmxPNGTbqZNoQWkKEH5WQ4L9ut-F5LwwNvU-VfBGjvaocR1nd-zDrPBFZPhA2d6cFcj34lfxgX8RMlmMD6MjzwT5e9gwpfftZjQslIj3f2L4-MCVdtRqNh5xEPCGlhOkZAl09h6gBmKaI4cnav4fHKr7iYYD3ajfVGJsJVt3m_ohMaZj3rOTqZ-k7WsUPX1YedJ2v20cVSo0iHduLijXeSlMozmzzQvNddOiS7nhQr94htOG1Wf56xVuDkQDg9HEkGIhIVnL-CJM1Tm07kQQ_IDzzho-tGES326DC1K-XD4CzvFRqxI1GA8WIyQNZqTrWZ4_KRFB0ZOuADH2wueO87NXjjr6UOpqAYUJTwpt3tNWJIMNPFEDuzIonoX_klx-NHB3VZR9MelPdsoUigozCONhLn6Lcwe2fzY9nUbwXj0-G7JGiVAxxLwlpL0Hin3dTBNZj6xAnaC3z16BupoS33grG7Eh3oyV0OhPQiOy28Qb4R0wZceGxrRF14PBNdvxmT886km8zR_ylf9-GFLoldBtOmRHb6xtdAjuk8UQzL8Wwnuw0u6J-5ZU8Zj3DKYi_BMAgp0yDZi_m_X35_oX4gL-AefXxvnUB5z3CpzWY"}'}
  31. 2017-04-24 06:06:57,802:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "POST /acme/new-authz HTTP/1.1" 201 1000
  32. 2017-04-24 06:06:57,807:DEBUG:root:Received <Response [201]>. Headers: {'Content-Length': '1000', 'Expires': 'Mon, 24 Apr 2017 06:06:57 GMT', 'Boulder-Request-Id': '5pjcDfDGGoHwG5dqB0oGYa4LOw22NwatvzoLriayVCU', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/authz/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8', 'Pragma': 'no-cache', 'Boulder-Requester': '11195905', 'Date': 'Mon, 24 Apr 2017 06:06:57 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'YjERiSqLXrgXPuj38AbkfECxVeB-YkYe_sN3gotuWJ8'}. Content: '{\n "identifier": {\n "type": "dns",\n "value": "koolapps.com"\n },\n "status": "pending",\n "expires": "2017-05-01T06:06:57.679360193Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451818",\n "token": "TCt6wkRJlZ3E8iPjl4c1YfpQwf-Ku7vFIfkK_3spOfo"\n },\n {\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819",\n "token": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg"\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451820",\n "token": "jUypkcp1HnYhxg0W-psvSWRjdi1Sw7iwQyNuYN45vBk"\n }\n ],\n "combinations": [\n [\n 2\n ],\n [\n 1\n ],\n [\n 0\n ]\n ]\n}'
  33. 2017-04-24 06:06:57,809:DEBUG:acme.client:Storing nonce: 'b1\x11\x89*\x8b^\xb8\x17>\xe8\xf7\xf0\x06\xe4|@\xb1U\xe0~bF\x1e\xfe\xc3w\x82\x8bnX\x9f'
  34. 2017-04-24 06:06:57,810:DEBUG:acme.client:Received response <Response [201]> (headers: {'Content-Length': '1000', 'Expires': 'Mon, 24 Apr 2017 06:06:57 GMT', 'Boulder-Request-Id': '5pjcDfDGGoHwG5dqB0oGYa4LOw22NwatvzoLriayVCU', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/authz/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8', 'Pragma': 'no-cache', 'Boulder-Requester': '11195905', 'Date': 'Mon, 24 Apr 2017 06:06:57 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'YjERiSqLXrgXPuj38AbkfECxVeB-YkYe_sN3gotuWJ8'}): '{\n "identifier": {\n "type": "dns",\n "value": "koolapps.com"\n },\n "status": "pending",\n "expires": "2017-05-01T06:06:57.679360193Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451818",\n "token": "TCt6wkRJlZ3E8iPjl4c1YfpQwf-Ku7vFIfkK_3spOfo"\n },\n {\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819",\n "token": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg"\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451820",\n "token": "jUypkcp1HnYhxg0W-psvSWRjdi1Sw7iwQyNuYN45vBk"\n }\n ],\n "combinations": [\n [\n 2\n ],\n [\n 1\n ],\n [\n 0\n ]\n ]\n}'
  35. 2017-04-24 06:06:57,816:INFO:certbot.auth_handler:Performing the following challenges:
  36. 2017-04-24 06:06:57,818:INFO:certbot.auth_handler:http-01 challenge for koolapps.com
  37. 2017-04-24 06:06:57,819:INFO:certbot_nextcloud_plugin.webroot:Using the webroot path /var/snap/nextcloud/current/certs/certbot for all domains.
  38. 2017-04-24 06:06:57,820:DEBUG:certbot_nextcloud_plugin.webroot:Creating root challenges validation dir at /var/snap/nextcloud/current/certs/certbot
  39. 2017-04-24 06:06:57,897:DEBUG:certbot_nextcloud_plugin.webroot:Attempting to save validation to /var/snap/nextcloud/current/certs/certbot/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg
  40. 2017-04-24 06:06:57,902:INFO:certbot.auth_handler:Waiting for verification...
  41. 2017-04-24 06:06:57,903:DEBUG:acme.client:Serialized JSON: {"keyAuthorization": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg.mQW_aQsyfensX39WinejEdi4EYghYPGNXM6rLFp-W8E", "type": "http-01", "resource": "challenge"}
  42. 2017-04-24 06:06:57,931:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), typ=None, alg=None, jku=None, cty=None, x5t=None, kid=None, x5tS256=None, x5u=None, jwk=None
  43. 2017-04-24 06:06:58,185:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), typ=None, jku=None, nonce=None, cty=None, x5t=None, kid=None, x5tS256=None, x5u=None
  44. 2017-04-24 06:06:58,187:DEBUG:root:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819. args: (), kwargs: {'data': '{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "6WFBFF5Irb5-S3HjlKfaFwIvj1MIhjVNO0154-fLNNNihoqKpc6q_xcfmuzJzP10UIKbgQXRjeBYCTFg7Dd5sNxCqumnoQCk8hM6P_77_Yw_PNJBcEakuegpXZ75gGmXkTD3-BuOXW4q0Ca_Lq9qtpRIgPxsooDeXG7M2KRlaYBShE5VwanLyBubbrtxUxO-nXHs56L6nfN4MrSyPKu1amJDozSkU5w7zZ71W_dYDrB3W5oqKcyRSUdWYUYngAwwtkcfP0N3XlBjIdRJl-GJewW5Bc0C1WEAc7dvBTv0pNKrCPwfipY-ofOi9a_7K-WMsUaglPv6J9J1esHYiJeOHJ0A3mH4G5jG_TrFm1p15s_80Ll3SEIjvWFk2w-ylYK-tDrnPjBr17YcHFyxukaxiuHfBjLKejxzZg8ofecNluTtGpJY-li9mKQnDp-zCDzDVbCbKzeuVwnXqvjLAfPGB4xGPe3YUc73q9e5mwIxTJIQdGZQHUTfGV4lVOrVpZTQjSaTtlZy1wT0n2wPpi2YMT7l9uFFj-SY4ICKkk0Yf3jgibmtannHblnkcJ_Hziv2fJMyt8Z5scnUb0r6n_RmcG15X32G9AKb3cP4y-L-HPfTB0zwz1Gly-FHxRhBaptJdEmqb7IjnJRBCEmk1ORA3m1fWfY6IOSf-1EKufwKsKE"}}, "protected": "eyJub25jZSI6ICJZakVSaVNxTFhyZ1hQdWozOEFia2ZFQ3hWZUItWWtZZV9zTjNnb3R1V0o4In0", "payload": "eyJrZXlBdXRob3JpemF0aW9uIjogIkZOTF9YQzVOMnptbnJZaDR0dkhHVXRtYzZMNFUtbUpqSWF1dGwzSHNCSmcubVFXX2FRc3lmZW5zWDM5V2luZWpFZGk0RVlnaFlQR05YTTZyTEZwLVc4RSIsICJ0eXBlIjogImh0dHAtMDEiLCAicmVzb3VyY2UiOiAiY2hhbGxlbmdlIn0", "signature": "h-bUPpM_2GDfTu6qdnTIWUh8DVFAEtlnbleUkg0aUclM03LGGdL5qtTpbF7Q5O_xBHF4H2WMeTEMJuWzvONL4mARPHdzD_h8YfEx9-EqVXkJcZKmyA6ODg5j3WNYceR-yMBuTUWIq6snLIg4TZI4rp_R1GuaSSU38BM-aOml-R2Vnzee5uKnxnGklTpAcpPc8omwyrMMjIU4bClY1bN3hjZ1sAilKXs8upms4Aw4bjoWkSW9169pcrX0sZHZkQtwF6pQgbRSUmGKV1ZJLD2waSL18xgW17f64EbFaFcYFw_tCnnnEvSkuWLoTR8XpnExMQv0SaOKmnuOIya8WEGubhEKcpO8kuBnC1ryiN1HSne3seY1tqxHJ_zQ-jxu_yfl6BJCRwnVY2xy1EdTa4VGBoBsRh7gbNu_V9iu5HqG3PRQERZ0APT1Qk-4e8Z8TYntH_QxEw_0fpT4F0qoC29yhM-H7W09_DSWzVuSrRm6ixfELfqFqpLpOF_g2Akolcg1GenSqbCC8LfRnzat3gprBlmAMq5SAbDr_gvXBhKhCl3IltjuwInjyLXBgPSaEnHOcG94W7XQN358fau5PyRDEUUpbpZre_QxgWWxmltPeEZvxLHXm3VSRlh0wY8jfdilBXpefYq3fiquI8QQeQtliDmH-nk001RKCzFa0f9jqYI"}'}
  45. 2017-04-24 06:06:58,651:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "POST /acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819 HTTP/1.1" 202 336
  46. 2017-04-24 06:06:58,657:DEBUG:root:Received <Response [202]>. Headers: {'Content-Length': '336', 'Boulder-Request-Id': 'vQspceWQHVbaHGotL-s7bXP98miZRIJQ1Pfn6-08Ncw', 'Expires': 'Mon, 24 Apr 2017 06:06:58 GMT', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/authz/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8>;rel="up"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819', 'Pragma': 'no-cache', 'Boulder-Requester': '11195905', 'Date': 'Mon, 24 Apr 2017 06:06:58 GMT', 'Content-Type': 'application/json', 'Replay-Nonce': 'pT5v-Dwn9oxRpiCT0zmyi4_qbkCiZ_y-Kb94t7hQqt4'}. Content: '{\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819",\n "token": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg",\n "keyAuthorization": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg.mQW_aQsyfensX39WinejEdi4EYghYPGNXM6rLFp-W8E"\n}'
  47. 2017-04-24 06:06:58,659:DEBUG:acme.client:Storing nonce: "\xa5>o\xf8<'\xf6\x8cQ\xa6 \x93\xd39\xb2\x8b\x8f\xean@\xa2g\xfc\xbe)\xbfx\xb7\xb8P\xaa\xde"
  48. 2017-04-24 06:06:58,660:DEBUG:acme.client:Received response <Response [202]> (headers: {'Content-Length': '336', 'Boulder-Request-Id': 'vQspceWQHVbaHGotL-s7bXP98miZRIJQ1Pfn6-08Ncw', 'Expires': 'Mon, 24 Apr 2017 06:06:58 GMT', 'Server': 'nginx', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/authz/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8>;rel="up"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819', 'Pragma': 'no-cache', 'Boulder-Requester': '11195905', 'Date': 'Mon, 24 Apr 2017 06:06:58 GMT', 'Content-Type': 'application/json', 'Replay-Nonce': 'pT5v-Dwn9oxRpiCT0zmyi4_qbkCiZ_y-Kb94t7hQqt4'}): '{\n "type": "http-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819",\n "token": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg",\n "keyAuthorization": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg.mQW_aQsyfensX39WinejEdi4EYghYPGNXM6rLFp-W8E"\n}'
  49. 2017-04-24 06:07:01,666:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/acme/authz/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8. args: (), kwargs: {}
  50. 2017-04-24 06:07:01,902:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "GET /acme/authz/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8 HTTP/1.1" 200 1919
  51. 2017-04-24 06:07:01,907:DEBUG:root:Received <Response [200]>. Headers: {'Content-Length': '1919', 'Expires': 'Mon, 24 Apr 2017 06:07:01 GMT', 'Boulder-Request-Id': 'LYCAurkQQUnVz2rQNuZWNouzF-k4b7GNY3WlrCtfnbU', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Mon, 24 Apr 2017 06:07:01 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'LbsQIzxZKMMCDQXmgsIZQDAd1rPHTD-j-PQe4kaEdmY'}. Content: '{\n "identifier": {\n "type": "dns",\n "value": "koolapps.com"\n },\n "status": "invalid",\n "expires": "2017-05-01T06:06:57Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451818",\n "token": "TCt6wkRJlZ3E8iPjl4c1YfpQwf-Ku7vFIfkK_3spOfo"\n },\n {\n "type": "http-01",\n "status": "invalid",\n "error": {\n "type": "urn:acme:error:unauthorized",\n "detail": "Invalid response from http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg: \\"\\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\\"",\n "status": 403\n },\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819",\n "token": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg",\n "keyAuthorization": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg.mQW_aQsyfensX39WinejEdi4EYghYPGNXM6rLFp-W8E",\n "validationRecord": [\n {\n "url": "http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg",\n "hostname": "koolapps.com",\n "port": "80",\n "addressesResolved": [\n "188.226.232.39"\n ],\n "addressUsed": "188.226.232.39"\n }\n ]\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451820",\n "token": "jUypkcp1HnYhxg0W-psvSWRjdi1Sw7iwQyNuYN45vBk"\n }\n ],\n "combinations": [\n [\n 2\n ],\n [\n 1\n ],\n [\n 0\n ]\n ]\n}'
  52. 2017-04-24 06:07:01,909:DEBUG:acme.client:Received response <Response [200]> (headers: {'Content-Length': '1919', 'Expires': 'Mon, 24 Apr 2017 06:07:01 GMT', 'Boulder-Request-Id': 'LYCAurkQQUnVz2rQNuZWNouzF-k4b7GNY3WlrCtfnbU', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Mon, 24 Apr 2017 06:07:01 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Replay-Nonce': 'LbsQIzxZKMMCDQXmgsIZQDAd1rPHTD-j-PQe4kaEdmY'}): '{\n "identifier": {\n "type": "dns",\n "value": "koolapps.com"\n },\n "status": "invalid",\n "expires": "2017-05-01T06:06:57Z",\n "challenges": [\n {\n "type": "dns-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451818",\n "token": "TCt6wkRJlZ3E8iPjl4c1YfpQwf-Ku7vFIfkK_3spOfo"\n },\n {\n "type": "http-01",\n "status": "invalid",\n "error": {\n "type": "urn:acme:error:unauthorized",\n "detail": "Invalid response from http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg: \\"\\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\\"",\n "status": 403\n },\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451819",\n "token": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg",\n "keyAuthorization": "FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg.mQW_aQsyfensX39WinejEdi4EYghYPGNXM6rLFp-W8E",\n "validationRecord": [\n {\n "url": "http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg",\n "hostname": "koolapps.com",\n "port": "80",\n "addressesResolved": [\n "188.226.232.39"\n ],\n "addressUsed": "188.226.232.39"\n }\n ]\n },\n {\n "type": "tls-sni-01",\n "status": "pending",\n "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/7_SUoskcfbe8nAGBnnUEkOvXPc4cPiLK4hrVDrJBZw8/1074451820",\n "token": "jUypkcp1HnYhxg0W-psvSWRjdi1Sw7iwQyNuYN45vBk"\n }\n ],\n "combinations": [\n [\n 2\n ],\n [\n 1\n ],\n [\n 0\n ]\n ]\n}'
  53. 2017-04-24 06:07:01,917:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:
  54.  
  55. Domain: koolapps.com
  56. Type: unauthorized
  57. Detail: Invalid response from http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  58. <html><head>
  59. <title>404 Not Found</title>
  60. </head><body>
  61. <h1>Not Found</h1>
  62. <p"
  63.  
  64. To fix these errors, please make sure that your domain name was entered correctly and the DNS A record(s) for that domain contain(s) the right IP address.
  65. 2017-04-24 06:07:01,918:INFO:certbot.auth_handler:Cleaning up challenges
  66. 2017-04-24 06:07:01,919:DEBUG:certbot_nextcloud_plugin.webroot:Removing /var/snap/nextcloud/current/certs/certbot/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg
  67. 2017-04-24 06:07:01,922:DEBUG:certbot_nextcloud_plugin.webroot:All challenges cleaned up, removing /var/snap/nextcloud/current/certs/certbot/.well-known/acme-challenge
  68. 2017-04-24 06:07:01,928:DEBUG:certbot.main:Exiting abnormally:
  69. Traceback (most recent call last):
  70. File "/snap/nextcloud/1190/bin/certbot", line 11, in <module>
  71. sys.exit(main())
  72. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/main.py", line 776, in main
  73. return config.func(config, plugins)
  74. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/main.py", line 563, in obtain_cert
  75. action, _ = _auth_from_domains(le_client, config, domains, lineage)
  76. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/main.py", line 100, in _auth_from_domains
  77. lineage = le_client.obtain_and_enroll_certificate(domains)
  78. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/client.py", line 281, in obtain_and_enroll_certificate
  79. certr, chain, key, _ = self.obtain_certificate(domains)
  80. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/client.py", line 253, in obtain_certificate
  81. self.config.allow_subset_of_names)
  82. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/auth_handler.py", line 78, in get_authorizations
  83. self._respond(resp, best_effort)
  84. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/auth_handler.py", line 135, in _respond
  85. self._poll_challenges(chall_update, best_effort)
  86. File "/snap/nextcloud/1190/lib/python2.7/site-packages/certbot/auth_handler.py", line 199, in _poll_challenges
  87. raise errors.FailedChallenges(all_failed_achalls)
  88. FailedChallenges: Failed authorization procedure. koolapps.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://koolapps.com/.well-known/acme-challenge/FNL_XC5N2zmnrYh4tvHGUtmc6L4U-mJjIautl3HsBJg: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  89. <html><head>
  90. <title>404 Not Found</title>
  91. </head><body>
  92. <h1>Not Found</h1>
  93. <p"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement