Advertisement
Guest User

Untitled

a guest
Nov 4th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.29 KB | None | 0 0
  1. 2015-11-04 17:12:29,118:DEBUG:letsencrypt.cli:Root logging level set at 20
  2. 2015-11-04 17:12:29,120:INFO:letsencrypt.cli:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3. 2015-11-04 17:12:29,130:DEBUG:letsencrypt.cli:letsencrypt version: 0.0.0.dev20151104
  4. 2015-11-04 17:12:29,131:DEBUG:letsencrypt.cli:Arguments: ['--verbose', '--agree-dev-preview', '--server', 'https://acme-v01.api.letsencrypt.org/directory']
  5. 2015-11-04 17:12:29,132:DEBUG:letsencrypt.cli:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntryPoint#standalone)
  6. 2015-11-04 17:12:29,144:DEBUG:letsencrypt.cli:Requested authenticator None and installer None
  7. 2015-11-04 17:12:29,202:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  8. Traceback (most recent call last):
  9. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  10. self._initialized.prepare()
  11. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt_apache/configurator.py", line 145, in prepare
  12. raise errors.NoInstallationError
  13. NoInstallationError
  14. 2015-11-04 17:12:29,204:DEBUG:letsencrypt.plugins.disco:Other error:(PluginEntryPoint#webroot): --webroot-path must be set
  15. Traceback (most recent call last):
  16. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  17. self._initialized.prepare()
  18. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/plugins/webroot.py", line 89, in prepare
  19. self.option_name("path")))
  20. PluginError: --webroot-path must be set
  21. 2015-11-04 17:12:29,204:DEBUG:letsencrypt.display.ops:Single candidate plugin: * standalone
  22. Description: Automatically use a temporary webserver
  23. Interfaces: IAuthenticator, IPlugin
  24. Entry point: standalone = letsencrypt.plugins.standalone:Authenticator
  25. Initialized: <letsencrypt.plugins.standalone.Authenticator object at 0x7ff27d4d3510>
  26. Prep: True
  27. 2015-11-04 17:12:29,207:DEBUG:letsencrypt.cli:Selected authenticator <letsencrypt.plugins.standalone.Authenticator object at 0x7ff27d4d3510> and installer None
  28. 2015-11-04 17:12:39,151:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
  29. 2015-11-04 17:12:39,158:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  30. 2015-11-04 17:12:40,192:DEBUG:requests.packages.urllib3.connectionpool:"GET /directory HTTP/1.1" 200 263
  31. 2015-11-04 17:12:40,197:DEBUG:root:Received <Response [200]>. Headers: {'Content-Length': '263', 'Expires': 'Wed, 04 Nov 2015 17:12:40 GMT', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:40 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Replay-Nonce': 'SRt3sn8D4n9AEZF9LVWjEShqi47cXPPQNWh1MNkP3Yg'}. Content: '{"new-authz":"https://acme-v01.api.letsencrypt.org/acme/new-authz","new-cert":"https://acme-v01.api.letsencrypt.org/acme/new-cert","new-reg":"https://acme-v01.api.letsencrypt.org/acme/new-reg","revoke-cert":"https://acme-v01.api.letsencrypt.org/acme/revoke-cert"}'
  32. 2015-11-04 17:12:40,198:DEBUG:acme.client:Received response <Response [200]> (headers: {'Content-Length': '263', 'Expires': 'Wed, 04 Nov 2015 17:12:40 GMT', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:40 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Replay-Nonce': 'SRt3sn8D4n9AEZF9LVWjEShqi47cXPPQNWh1MNkP3Yg'}): '{"new-authz":"https://acme-v01.api.letsencrypt.org/acme/new-authz","new-cert":"https://acme-v01.api.letsencrypt.org/acme/new-cert","new-reg":"https://acme-v01.api.letsencrypt.org/acme/new-reg","revoke-cert":"https://acme-v01.api.letsencrypt.org/acme/revoke-cert"}'
  33. 2015-11-04 17:12:40,199:DEBUG:root:Requesting fresh nonce
  34. 2015-11-04 17:12:40,199:DEBUG:root:Sending HEAD request to https://acme-v01.api.letsencrypt.org/acme/new-reg. args: (), kwargs: {}
  35. 2015-11-04 17:12:40,201:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  36. 2015-11-04 17:12:40,798:DEBUG:requests.packages.urllib3.connectionpool:"HEAD /acme/new-reg HTTP/1.1" 405 0
  37. 2015-11-04 17:12:40,801:DEBUG:root:Received <Response [405]>. Headers: {'Content-Length': '0', 'Pragma': 'no-cache', 'Expires': 'Wed, 04 Nov 2015 17:12:40 GMT', 'Server': 'nginx', 'Connection': 'keep-alive', 'Allow': 'POST', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:40 GMT', 'Content-Type': 'application/problem+json', 'Replay-Nonce': 'o_3dYGVf7z47m1bGRy4j1ljzVlFBEFcIp4Rw5nui454'}. Content: ''
  38. 2015-11-04 17:12:40,802:DEBUG:acme.client:Storing nonce: '\xa3\xfd\xdd`e_\xef>;\x9bV\xc6G.#\xd6X\xf3VQA\x10W\x08\xa7\x84p\xe6{\xa2\xe3\x9e'
  39. 2015-11-04 17:12:40,804:DEBUG:acme.jose.json_util:Omitted empty fields: authorizations=None, certificates=None, agreement=None, key=None
  40. 2015-11-04 17:12:40,804:DEBUG:acme.client:Serialized JSON: {"contact": ["mailto:uulele@gmail.com"], "resource": "new-reg"}
  41. 2015-11-04 17:12:40,806:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), kid=None, jwk=None, typ=None, jku=None, x5tS256=None, alg=None, cty=None, x5u=None, x5t=None
  42. 2015-11-04 17:12:40,811:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), kid=None, typ=None, nonce=None, jku=None, x5tS256=None, cty=None, x5u=None, x5t=None
  43. 2015-11-04 17:12:40,811:DEBUG:root:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/new-reg. args: (), kwargs: {'data': '{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ"}}, "protected": "eyJub25jZSI6ICJvXzNkWUdWZjd6NDdtMWJHUnk0ajFsanpWbEZCRUZjSXA0Unc1bnVpNDU0In0", "payload": "eyJjb250YWN0IjogWyJtYWlsdG86dXVsZWxlQGdtYWlsLmNvbSJdLCAicmVzb3VyY2UiOiAibmV3LXJlZyJ9", "signature": "Zcs9t8gQTM8TPJEH743mBINJQRYNvHDBAg9oB6Z2bcfv_uMhTG2DhCDJ33Dd1dRoI6zny2so-n7PIrQrGx56gqifIGggUhDHsSXLMpSlHeDmvEjunFhSyWnPhQmPr5yOo69vWZ2-b0pcAxELeX7eBOfxDZWmLcq-31_e7obY1f-Al84e-tXIWu_v9I3zhqY_PgfSpgmgGZ1tE1jRx2pE9RVDEGNeUuHjQ5W4g6kyRqVrK1JvsBPIjJqHRKuehC3AnNu5WtAAbzpyDn7wFDvjwsQMqMNOQxpEc6uJmX5hW-_D6-SDRPghEUsqLtLteQzzJ_tD24zrINna0rzQdyvTDg"}'}
  44. 2015-11-04 17:12:40,814:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  45. 2015-11-04 17:12:41,192:DEBUG:requests.packages.urllib3.connectionpool:"POST /acme/new-reg HTTP/1.1" 201 502
  46. 2015-11-04 17:12:41,196:DEBUG:root:Received <Response [201]>. Headers: {'Content-Length': '502', 'Expires': 'Wed, 04 Nov 2015 17:12:41 GMT', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-authz>;rel="next", <https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf>;rel="terms-of-service"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/reg/5749', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:41 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Replay-Nonce': 'zd9ZwYj-MDTlQGhpgp3NmzmMIgh3oT_JryGtube4Jik'}. Content: '{"id":5749,"key":{"kty":"RSA","n":"wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ","e":"AQAB"},"contact":["mailto:uulele@gmail.com"],"initialIp":"115.29.176.14","createdAt":"2015-11-04T17:12:41.100295152Z"}'
  47. 2015-11-04 17:12:41,196:DEBUG:acme.client:Storing nonce: '\xcd\xdfY\xc1\x88\xfe04\xe5@hi\x82\x9d\xcd\x9b9\x8c"\x08w\xa1?\xc9\xaf!\xad\xb9\xb7\xb8&)'
  48. 2015-11-04 17:12:41,197:DEBUG:acme.client:Received response <Response [201]> (headers: {'Content-Length': '502', 'Expires': 'Wed, 04 Nov 2015 17:12:41 GMT', 'Strict-Transport-Security': 'max-age=604800', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-authz>;rel="next", <https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf>;rel="terms-of-service"', 'Location': 'https://acme-v01.api.letsencrypt.org/acme/reg/5749', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:41 GMT', 'X-Frame-Options': 'DENY', 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Replay-Nonce': 'zd9ZwYj-MDTlQGhpgp3NmzmMIgh3oT_JryGtube4Jik'}): '{"id":5749,"key":{"kty":"RSA","n":"wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ","e":"AQAB"},"contact":["mailto:uulele@gmail.com"],"initialIp":"115.29.176.14","createdAt":"2015-11-04T17:12:41.100295152Z"}'
  49. 2015-11-04 17:12:44,168:DEBUG:acme.jose.json_util:Omitted empty fields: authorizations=None, certificates=None
  50. 2015-11-04 17:12:44,169:DEBUG:acme.client:Serialized JSON: {"contact": ["mailto:uulele@gmail.com"], "resource": "reg", "agreement": "https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf", "key": {"e": "AQAB", "kty": "RSA", "n": "wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ"}}
  51. 2015-11-04 17:12:44,171:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), kid=None, jwk=None, typ=None, jku=None, x5tS256=None, alg=None, cty=None, x5u=None, x5t=None
  52. 2015-11-04 17:12:44,175:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), kid=None, typ=None, nonce=None, jku=None, x5tS256=None, cty=None, x5u=None, x5t=None
  53. 2015-11-04 17:12:44,176:DEBUG:root:Sending POST request to https://acme-v01.api.letsencrypt.org/acme/reg/5749. args: (), kwargs: {'data': '{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ"}}, "protected": "eyJub25jZSI6ICJ6ZDlad1lqLU1EVGxRR2hwZ3AzTm16bU1JZ2gzb1RfSnJ5R3R1YmU0SmlrIn0", "payload": "eyJjb250YWN0IjogWyJtYWlsdG86dXVsZWxlQGdtYWlsLmNvbSJdLCAicmVzb3VyY2UiOiAicmVnIiwgImFncmVlbWVudCI6ICJodHRwczovL2xldHNlbmNyeXB0Lm9yZy9kb2N1bWVudHMvTEUtU0EtdjEuMC4xLUp1bHktMjctMjAxNS5wZGYiLCAia2V5IjogeyJlIjogIkFRQUIiLCAia3R5IjogIlJTQSIsICJuIjogIndtRmI2bGhNb1E5dHl4NE9JYThuN0dPdmtiT255d3RCaFdhUVF1XzRaUFgzRzVtVVdYblBDc1dScDlTZXQzVm1GaVBISzhFWDhBcUEzbnNoYUZyNVRHRW5HYllFcXlvTXp2WHZVNVdmWGl5U3l2aGhuX0tkWjZmaTdNb0t4bGVhYmJJblVmdHo4Sk0wbFZyWUJjWTl2ZWg1NTVfVml1czFHWnEyWmNEOFpJc2tBbC1oSXNyVGZsTWxmQ2taM1FoZzFtQjRnZUpBRjd6ak9mcXBSMHk4TkFnMTl1Q0FpbFJQMGVxNFNvZFQxclpKU1VRRUtUTWZhekZMS09pcVQwMUdZeWk0VUk3MlQ3R2ZKcFJHQnJ6MW94eVI4Vmlmazh6S1NyMWlKZUdQNXlheVJHVEtsX2hBTWl1TVRFSmY2WE1GVC1XazVjNVlXREFjQWVSb2pRODh3USJ9fQ", "signature": "HAFu7EBT9zfEO70lhiVB6IgjKJayKXN-ot8F5SglPe__gY6jyVyFidNXuCalaU_JuVrGUkX0KGG1wvYc4Ev7NdxgFKSHKD6sxYI8iu734jYUjbV5QHjPzJbis0wc7DVPWUm0Ppx7Y_y5INbkN9CqHBGz238Tv_KbGpR7oRcaxZxplVc6HncEMtPROVuo_0SWZCmd1K_fGRq_pTVeMv2k8DPWjG9M6FaXJobXUGXUOj2rkhklL97Hgch1tUc90-elWcDsDLLxX29KXMSdL33YGQy04tkp0d3CG0bFG3pIHY8SXGPO2y6nzqyorTe8YZTSouHgIx4F7IqYzjjnKMNZ1A"}'}
  54. 2015-11-04 17:12:44,178:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  55. 2015-11-04 17:12:44,554:DEBUG:requests.packages.urllib3.connectionpool:"POST /acme/reg/5749 HTTP/1.1" 202 570
  56. 2015-11-04 17:12:44,557:DEBUG:root:Received <Response [202]>. Headers: {'Content-Length': '570', 'Expires': 'Wed, 04 Nov 2015 17:12:44 GMT', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-authz>;rel="next", <https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf>;rel="terms-of-service"', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:44 GMT', 'Content-Type': 'application/json', 'Replay-Nonce': 'wtlK97JISoso57lDv0F-iGtPksjcWoJDscGIf0Fst8E'}. Content: '{"id":5749,"key":{"kty":"RSA","n":"wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ","e":"AQAB"},"contact":["mailto:uulele@gmail.com"],"agreement":"https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf","initialIp":"115.29.176.14","createdAt":"2015-11-04T17:12:41Z"}'
  57. 2015-11-04 17:12:44,557:DEBUG:acme.client:Storing nonce: '\xc2\xd9J\xf7\xb2HJ\x8b(\xe7\xb9C\xbfA~\x88kO\x92\xc8\xdcZ\x82C\xb1\xc1\x88\x7fAl\xb7\xc1'
  58. 2015-11-04 17:12:44,558:DEBUG:acme.client:Received response <Response [202]> (headers: {'Content-Length': '570', 'Expires': 'Wed, 04 Nov 2015 17:12:44 GMT', 'Server': 'nginx', 'Connection': 'keep-alive', 'Link': '<https://acme-v01.api.letsencrypt.org/acme/new-authz>;rel="next", <https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf>;rel="terms-of-service"', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:12:44 GMT', 'Content-Type': 'application/json', 'Replay-Nonce': 'wtlK97JISoso57lDv0F-iGtPksjcWoJDscGIf0Fst8E'}): '{"id":5749,"key":{"kty":"RSA","n":"wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ","e":"AQAB"},"contact":["mailto:uulele@gmail.com"],"agreement":"https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf","initialIp":"115.29.176.14","createdAt":"2015-11-04T17:12:41Z"}'
  59. 2015-11-04 17:12:44,607:INFO:letsencrypt.reporter:Reporting to user: Your account credentials have been saved in your Let's Encrypt configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Let's Encrypt so making regular backups of this folder is ideal.
  60. 2015-11-04 17:12:44,617:INFO:letsencrypt.reporter:Reporting to user: If you lose your account credentials, you can recover through e-mails sent to uulele@gmail.com.
  61. 2015-11-04 17:12:44,625:DEBUG:acme.jose.json_util:Omitted empty fields: authorizations=None, certificates=None
  62. 2015-11-04 17:12:44,629:DEBUG:letsencrypt.cli:Picked account: <Account(e43f895cdde371f5c774dcc0963b16e4)>
  63. 2015-11-04 17:12:44,632:DEBUG:letsencrypt.display.ops:No installer, picking names manually
  64. 2015-11-04 17:12:59,260:INFO:letsencrypt.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0001_key-letsencrypt.pem
  65. 2015-11-04 17:12:59,280:INFO:letsencrypt.crypto_util:Creating CSR: /etc/letsencrypt/csr/0001_csr-letsencrypt.pem
  66. 2015-11-04 17:12:59,294:DEBUG:letsencrypt.client:CSR: CSR(file='/etc/letsencrypt/csr/0001_csr-letsencrypt.pem', data='0\x82\x02\x830\x82\x01k\x02\x000\x161\x140\x12\x06\x03U\x04\x03\x0c\x0bwww.pinn.im0\x82\x01"0\r\x06\t*\x86H\x86\xf7\r\x01\x01\x01\x05\x00\x03\x82\x01\x0f\x000\x82\x01\n\x02\x82\x01\x01\x00\xc7\x96=\xf5K\xf6\x9e\nK\xbb~)\xf7U\xec{\xda"\xa9w\xb2\x02\x88\xea\xb0=6\xad\xa3T+\x0er%\xa9\r\xec\xde}\x93\x01\xd2\xce\xbe\x8a\xa5#\xf4\xe4\x12\xadx;\xaa\x98a\xad@j\xbf \xd9\x1d\x93\xe4\x11E2\xdc\xb8 \xb6\x1c/\xca\xa0N\xd2a^\x00$\xb2(#W\xca\x04&\xbfh\x19\xe2\xd9\x05\xd7\xd3O\xbef\x8ar\xc6\xd5A\xbe\x87\x03}\xaa\x18\x16\x82\xa4\x0e\x81\xe1.\x0c\xe3\xe4q\xe1!\xfd\xa7\x1d\xe6L:\xe9\xda\xe3\x95o\xa4\xbbA\x05\xc9\x14Z\xb6\xd5*0W\x02\xd9\xfa\xa7\xf3\xbf\xc5\xee\xf6\xd0\xd9\x02\x9c\x0b\x84\xcc\xe2\xdb<L\'R\xda*\xd6\x97m\xb6\x85S/\x0fJ\xb5|\xb7\xc3\x82\xad>j\x04<\r\x7fi\xc3\x89\xca\x18i\xb9S\xd6\xce\xe9\xcf\x81X\x87\xde\xc1C|D\x14\xf55\x17\xc28\xca7e`\x01\x05r]k\xe5\r,)>9\xad\x02\xdciz\xb5\x9b\x99\xd1J\xf8t\xbfi\xc5\xd1\xccB\xacF\xe2\x17%\x02\x03\x01\x00\x01\xa0)0\'\x06\t*\x86H\x86\xf7\r\x01\t\x0e1\x1a0\x180\x16\x06\x03U\x1d\x11\x04\x0f0\r\x82\x0bwww.pinn.im0\r\x06\t*\x86H\x86\xf7\r\x01\x01\x0b\x05\x00\x03\x82\x01\x01\x00\x19\nz\xdd\xf79\xfc\xf7\xfe\x0e\x7fh\xb9X\x96\xcf\xe65x\xe1jt\x9b\x002\x07\xa4\xfce\xa0\x9b\x9e\xb1\x84?d;A\xb3H\xa1\xef\x16:\x98(\xe9\x8f\xbfM\n\x89\xe9Ea\rh"\xd5\xdb>\xb4\xba}\xb5\xa5\xc1\xc8\x84\xb2\x1e\xf2\x1fJ\t\xa1\xc3N/\x9bj\xf4\x81\x87\xbcQ\x16\xbf\x05\x7fF\xf2$\xb9u&\xcd\xf5!S\xab\xfb\x93t\xc4i>\x8e\xcb\x0b\x0c\\\xfeB\xb9\x00_\xeeZm1\xa3l\x11y\xb7\xcc\x1e\x8f\x90\r\xb7\xd2p\xdc>q2?{\x1e\xfb\xdc\x8d\x0c\x00\x1a&\x16\xfb\x05T\xa2\xc30\x84i\xe1\xa5+\xad\xdf~\xb9\xb0\xea\x0c\x02bu"\x17o\x13\xdf6\xca[\xfd-\x1fy\xd7\x8f\x12\'\xde\xe5\xa5\xf9o\xb6\xeeW\xfc\xc5.\xe3.+Ap\x91[\x16\xa9\xd7\xc7Q\xff\x9frV=\x8e\xb6\x8a\x16A\x16\xce[\xaf90\xd8x@\xc5=0\xc82_}\xa3\x87\xdfJ\xb5\xec\x83r\xcd\\\xa3\x97\x05h\xacPS\xf9\x83\xa9\xc2', form='der'), domains: ['www.pinn.im']
  67. 2015-11-04 17:12:59,296:DEBUG:acme.jose.json_util:Omitted empty fields: challenges=None, combinations=None, status=None, expires=None
  68. 2015-11-04 17:12:59,296:DEBUG:acme.client:Serialized JSON: {"identifier": {"type": "dns", "value": "www.pinn.im"}, "resource": "new-authz"}
  69. 2015-11-04 17:12:59,299:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), kid=None, jwk=None, typ=None, jku=None, x5tS256=None, alg=None, cty=None, x5u=None, x5t=None
  70. 2015-11-04 17:12:59,304:DEBUG:acme.jose.json_util:Omitted empty fields: x5c=(), crit=(), kid=None, typ=None, nonce=None, jku=None, x5tS256=None, cty=None, x5u=None, x5t=None
  71. 2015-11-04 17:12:59,305: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": "wmFb6lhMoQ9tyx4OIa8n7GOvkbOnywtBhWaQQu_4ZPX3G5mUWXnPCsWRp9Set3VmFiPHK8EX8AqA3nshaFr5TGEnGbYEqyoMzvXvU5WfXiySyvhhn_KdZ6fi7MoKxleabbInUftz8JM0lVrYBcY9veh555_Vius1GZq2ZcD8ZIskAl-hIsrTflMlfCkZ3Qhg1mB4geJAF7zjOfqpR0y8NAg19uCAilRP0eq4SodT1rZJSUQEKTMfazFLKOiqT01GYyi4UI72T7GfJpRGBrz1oxyR8Vifk8zKSr1iJeGP5yayRGTKl_hAMiuMTEJf6XMFT-Wk5c5YWDAcAeRojQ88wQ"}}, "protected": "eyJub25jZSI6ICJ3dGxLOTdKSVNvc281N2xEdjBGLWlHdFBrc2pjV29KRHNjR0lmMEZzdDhFIn0", "payload": "eyJpZGVudGlmaWVyIjogeyJ0eXBlIjogImRucyIsICJ2YWx1ZSI6ICJ3d3cucGlubi5pbSJ9LCAicmVzb3VyY2UiOiAibmV3LWF1dGh6In0", "signature": "qrHKTrBdipBTsKmB8EmJWQkiB-bZQXfE4LO3DidgPhbfO6oLV8phhxIR0EdK9cSzSfwGji-b-TI1YF1Hpxpd8PGFguuMcQhrWEr3UMjZjEBNDa-6BR-ClzaLpWHG2DRMP7NhO74APFQ9jNPTZG5nlZSZZ8nsIfO1RjEPOvPMQpDmE87eEonGJTxFR9cdhZfcGs7IAg11bFNMFDhxHc65ufXZ0Dm04461GJPpAlFkoiTFj5qZDmG41BHwB410WLu4clxLuBoCYDuVL8XYib-TrZnNLReGSsjJ04nABli7qrEZhLOTGFS_K3VdMWT-ZQxPhg1Z4ntbxQWQ-gDw714JOQ"}'}
  72. 2015-11-04 17:12:59,308:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  73. 2015-11-04 17:13:01,678:DEBUG:requests.packages.urllib3.connectionpool:"POST /acme/new-authz HTTP/1.1" 500 76
  74. 2015-11-04 17:13:01,681:DEBUG:root:Received <Response [500]>. Headers: {'Content-Length': '76', 'Expires': 'Wed, 04 Nov 2015 17:13:01 GMT', 'Server': 'nginx', 'Connection': 'close', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:13:01 GMT', 'Content-Type': 'application/problem+json', 'Replay-Nonce': 'FE9XpQDGGpep-QRFf-TnxYwDapTU_utyOOR1odeVzrc'}. Content: '{"type":"urn:acme:error:serverInternal","detail":"Error creating new authz"}'
  75. 2015-11-04 17:13:01,681:DEBUG:acme.client:Storing nonce: '\x14OW\xa5\x00\xc6\x1a\x97\xa9\xf9\x04E\x7f\xe4\xe7\xc5\x8c\x03j\x94\xd4\xfe\xebr8\xe4u\xa1\xd7\x95\xce\xb7'
  76. 2015-11-04 17:13:01,682:DEBUG:acme.client:Received response <Response [500]> (headers: {'Content-Length': '76', 'Expires': 'Wed, 04 Nov 2015 17:13:01 GMT', 'Server': 'nginx', 'Connection': 'close', 'Pragma': 'no-cache', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Date': 'Wed, 04 Nov 2015 17:13:01 GMT', 'Content-Type': 'application/problem+json', 'Replay-Nonce': 'FE9XpQDGGpep-QRFf-TnxYwDapTU_utyOOR1odeVzrc'}): '{"type":"urn:acme:error:serverInternal","detail":"Error creating new authz"}'
  77. 2015-11-04 17:13:01,684:DEBUG:letsencrypt.cli:Exiting abnormally:
  78. Traceback (most recent call last):
  79. File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
  80. sys.exit(main())
  81. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 1138, in main
  82. return args.func(args, config, plugins)
  83. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 490, in obtaincert
  84. _auth_from_domains(le_client, config, domains, plugins)
  85. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 328, in _auth_from_domains
  86. lineage = le_client.obtain_and_enroll_certificate(domains, plugins)
  87. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 229, in obtain_and_enroll_certificate
  88. certr, chain, key, _ = self.obtain_certificate(domains)
  89. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 212, in obtain_certificate
  90. return self._obtain_certificate(domains, csr) + (key, csr)
  91. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 170, in _obtain_certificate
  92. authzr = self.auth_handler.get_authorizations(domains)
  93. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/auth_handler.py", line 74, in get_authorizations
  94. domain, self.account.regr.new_authzr_uri)
  95. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 215, in request_domain_challenges
  96. typ=messages.IDENTIFIER_FQDN, value=domain), new_authz_uri)
  97. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 195, in request_challenges
  98. response = self.net.post(new_authzr_uri, new_authz)
  99. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 624, in post
  100. return self._check_response(response, content_type=content_type)
  101. File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/acme/client.py", line 542, in _check_response
  102. raise messages.Error.from_json(jobj)
  103. Error: serverInternal :: The server experienced an internal error :: Error creating new authz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement