Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.88 KB | None | 0 0
  1. 2017-09-14 19:35:20,826:DEBUG:certbot.main:certbot version: 0.18.1
  2. 2017-09-14 19:35:20,826:DEBUG:certbot.main:Arguments: []
  3. 2017-09-14 19:35:20,827:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
  4. 2017-09-14 19:35:20,834:DEBUG:certbot.log:Root logging level set at 20
  5. 2017-09-14 19:35:20,834:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  6. 2017-09-14 19:35:20,835:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
  7. 2017-09-14 19:35:20,842:WARNING:certbot.plugins.util:Failed to find executable apache2ctl in PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  8. 2017-09-14 19:35:20,843:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#apache): Cannot find Apache control command apache2ctl
  9. Traceback (most recent call last):
  10. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 130, in prepare
  11. self._initialized.prepare()
  12. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 173, in prepare
  13. 'Cannot find Apache control command {0}'.format(restart_cmd))
  14. NoInstallationError: Cannot find Apache control command apache2ctl
  15. 2017-09-14 19:35:21,086:DEBUG:certbot_nginx.parser:Could not parse file: /etc/nginx/sites-enabled/challenge.conf due to Expected {Group:({[<SPC><TAB><CR><LF>] "#" rest of line}) | Group:(Forward: ...) | Group:({[<SPC><TAB><CR><LF>] {Combine:({{quoted string, starting with " ending with " | quoted string, starting with ' ending with '} ")" [Re:('(\\$\\{)|[^{;\\s]')]...}) | Combine:({Re:('[^{};\\s\'\\"]') [Re:('(\\$\\{)|[^{;\\s]')]...}) | quoted string, starting with " ending with " | quoted string, starting with ' ending with '} [{<SPC><TAB><CR><LF> {Combine:({{quoted string, starting with " ending with " | quoted string, starting with ' ending with '} ")" [Re:('(\\$\\{)|[^{;\\s]')]...}) | Combine:({Re:('[^{};\\s\'\\"]') [Re:('(\\$\\{)|[^{;\\s]')]...}) | quoted string, starting with " ending with " | quoted string, starting with ' ending with '}}]... [<SPC><TAB><CR><LF>] Suppress:(";")})} (at char 489), (line:21, col:2)
  16. 2017-09-14 19:35:21,137:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
  17. Description: Nginx Web Server plugin - Alpha
  18. Interfaces: IAuthenticator, IInstaller, IPlugin
  19. Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
  20. Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x7ffb8a048310>
  21. Prep: True
  22. 2017-09-14 19:35:21,138:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_nginx.configurator.NginxConfigurator object at 0x7ffb8a048310> and installer <certbot_nginx.configurator.NginxConfigurator object at 0x7ffb8a048310>
  23. 2017-09-14 19:35:21,138:INFO:certbot.plugins.selection:Plugins selected: Authenticator nginx, Installer nginx
  24. 2017-09-14 19:55:45,939:DEBUG:acme.client:Sending GET request to https://acme-v01.api.letsencrypt.org/directory.
  25. 2017-09-14 19:55:45,942:DEBUG:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  26. 2017-09-14 19:55:46,781:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 561
  27. 2017-09-14 19:55:46,782:DEBUG:acme.client:Received response:
  28. HTTP 200
  29. Server: nginx
  30. Content-Type: application/json
  31. Content-Length: 561
  32. Replay-Nonce: HgL_xcOjiy6kPn7iPjT-bA0Qv2HzoQIkuQrPHFDhYUY
  33. X-Frame-Options: DENY
  34. Strict-Transport-Security: max-age=604800
  35. Expires: Thu, 14 Sep 2017 19:55:45 GMT
  36. Cache-Control: max-age=0, no-cache, no-store
  37. Pragma: no-cache
  38. Date: Thu, 14 Sep 2017 19:55:45 GMT
  39. Connection: keep-alive
  40.  
  41. {
  42. "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change",
  43. "meta": {
  44. "terms-of-service": "https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
  45. },
  46. "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",
  47. "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",
  48. "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",
  49. "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert",
  50. "z3Xkp2gT_tg": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417"
  51. }
  52. 2017-09-14 19:55:46,782:DEBUG:acme.client:Requesting fresh nonce
  53. 2017-09-14 19:55:46,782:DEBUG:acme.client:Sending HEAD request to https://acme-v01.api.letsencrypt.org/acme/new-reg.
  54. 2017-09-14 19:55:47,072:DEBUG:requests.packages.urllib3.connectionpool:https://acme-v01.api.letsencrypt.org:443 "HEAD /acme/new-reg HTTP/1.1" 405 0
  55. 2017-09-14 19:55:47,072:DEBUG:acme.client:Received response:
  56. HTTP 405
  57. Server: nginx
  58. Content-Type: application/problem+json
  59. Content-Length: 91
  60. Allow: POST
  61. Replay-Nonce: R8CAEdO6QtC_NILm_DNandkZqe5EtpUhXh8aaXUW17U
  62. Expires: Thu, 14 Sep 2017 19:55:45 GMT
  63. Cache-Control: max-age=0, no-cache, no-store
  64. Pragma: no-cache
  65. Date: Thu, 14 Sep 2017 19:55:45 GMT
  66. Connection: keep-alive
  67.  
  68.  
  69. 2017-09-14 19:55:47,072:DEBUG:acme.client:Storing nonce: R8CAEdO6QtC_NILm_DNandkZqe5EtpUhXh8aaXUW17U
  70. 2017-09-14 19:55:47,073:DEBUG:acme.client:JWS payload:
  71. {
  72. "contact": [
  73. "mailto:certificates@shieldy.eu"
  74. ],
  75. "resource": "new-reg"
  76. }
  77. 2017-09-14 19:55:47,075:DEBUG:acme.client:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/new-reg:
  78. {
  79. "protected": "eyJub25jZSI6ICJSOENBRWRPNlF0Q19OSUxtX0ROYW5ka1pxZTVFdHBVaFhoOGFhWFVXMTdVIiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAiclNIZnJkeDZuLXdSc1dIMWdvZTZEaDdVZXBqSHdXNWZDNnliTTRxcll5OGFjUFpsQ0EwcWNGd1dvMTFpQ20tbjhWenRLRUl5TFcxeWhBU0Z3YllYMHJBdmhDS1QzWUZBVGluOC1OLXdjbVMtVEFjcEo4akJNNk5YM1VzMW1VdUtEWFVCZ1kwVC1UNEdneWY2VWpRR0FuUTNra0NRMHdIWjBYUzVKYU5QMER4bmtMUlVrY3FXeTM4UkpqcmNweXV2bFVTaV9uejJiVUsxbk5zeGdRMVVGdmhkbm1ZajFEcjhLNDBBUnBKel9GSWRTd0pfTEd0UFV6UHBTejNuVzJmSC1mUzA4TGk5TVIxS21iSHM3Y2xMQVViY0taZlphNnN6RUxiRVNSMUdnVW5iNVFQRURmdkhHeWQ1RGlCQVdsb0VlT0JwQXV1eWxCRlF2NVJGSUNScVVRIn19",
  80. "payload": "ewogICJjb250YWN0IjogWwogICAgIm1haWx0bzpjZXJ0aWZpY2F0ZXNAc2hpZWxkeS5ldSIKICBdLCAKICAicmVzb3VyY2UiOiAibmV3LXJlZyIKfQ",
  81. "signature": "NxN7UB5DHTlzppQ5xthtJBOCv6OjEbEnDZSM5VQoFPgo84zvN54CMWkuOEt9DvEmQNCgpES2UWKzKO_ehTR8rH4WwvzyGAJeUh7Tm2fNUNZrpfyePmzBK4cY9_lBH8obokgYUwwIVQYG4OTpqXoUvoTpg6wlBKb250rpPzABiIS3TVE-7CSk9Ua2Aw8JtIxMIKEdTxdu9JGS569-QOfbtmAuEVjrjRxhsR0QR3yundv2IWeTaVJHQKimp9fhjfdSKdf7OoJPCHmuEe-5lHbMRpZw2d1fc8rJvqD17Zrt3n95mGtdRWgPPn_QHEg-uweL3mF-gCzAfxeYi6qscX4XZQ"
  82. }
  83. 2017-09-14 19:56:32,122:DEBUG:certbot.log:Exiting abnormally:
  84. Traceback (most recent call last):
  85. File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
  86. sys.exit(main())
  87. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 755, in main
  88. return config.func(config, plugins)
  89. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 598, in run
  90. le_client = _init_le_client(config, authenticator, installer)
  91. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 390, in _init_le_client
  92. acc, acme = _determine_account(config)
  93. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 375, in _determine_account
  94. config, account_storage, tos_cb=_tos_cb)
  95. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 165, in register
  96. regr = perform_registration(acme, config)
  97. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 195, in perform_registration
  98. return acme.register(messages.NewRegistration.from_data(email=config.email))
  99. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/acme/client.py", line 97, in register
  100. response = self.net.post(self.directory[new_reg], new_reg)
  101. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/acme/client.py", line 682, in post
  102. return self._post_once(*args, **kwargs)
  103. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/acme/client.py", line 693, in _post_once
  104. response = self._send_request('POST', url, data=data, **kwargs)
  105. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/acme/client.py", line 627, in _send_request
  106. response = self.session.request(method, url, *args, **kwargs)
  107. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
  108. resp = self.send(prep, **send_kwargs)
  109. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
  110. r = adapter.send(request, **kwargs)
  111. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/requests/adapters.py", line 499, in send
  112. raise ReadTimeout(e, request=request)
  113. ReadTimeout: HTTPSConnectionPool(host='acme-v01.api.letsencrypt.org', port=443): Read timed out. (read timeout=45)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement