Advertisement
Guest User

letsencrypt

a guest
May 22nd, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1.  
  2. /etc/nginx/certs/wischicloud.ddns.net /app
  3.  
  4.  
  5. Creating/renewal wischicloud.ddns.net certificates... (wischicloud.ddns.net)
  6.  
  7.  
  8. 2018-05-22 11:35:32,027:INFO:simp_le:1479: Generating new certificate private key
  9.  
  10.  
  11. 2018-05-22 11:35:43,229:ERROR:simp_le:1446: CA marked some of the authorizations as invalid, which likely means it could not access http://example.com/.well-known/acme-challenge/X. Did you set correct path in -d example.com:path or --default_root? Are all your domains accessible from the internet? Please check your domains' DNS entries, your host's network/firewall setup and your webserver config. If a domain's DNS entry has both A and AAAA fields set up, some CAs such as Let's Encrypt will perform the challenge validation over IPv6. If your DNS provider does not answer correctly to CAA records request, Let's Encrypt won't issue a certificate for your domain (see https://letsencrypt.org/docs/caa/). Failing authorizations: https://acme-v01.api.letsencrypt.org/acme/authz/LDxTVsKof9Cjntz9x_c72ZPiOtn0ksl5NmgCSCQKuEA
  12.  
  13.  
  14. Traceback (most recent call last):
  15.  
  16.  
  17. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1584, in main
  18.  
  19.  
  20. return main_with_exceptions(cli_args)
  21.  
  22.  
  23. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1567, in main_with_exceptions
  24.  
  25.  
  26. persist_new_data(args, existing_data)
  27.  
  28.  
  29. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1489, in persist_new_data
  30.  
  31.  
  32. account_key=client.key, key=None, cert=None, chain=None))
  33.  
  34.  
  35. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1195, in persist_data
  36.  
  37.  
  38. plugin.save(new_data)
  39.  
  40.  
  41. File "/usr/lib/python2.7/site-packages/simp_le.py", line 493, in save
  42.  
  43.  
  44. key = self.dump_key(data.key)
  45.  
  46.  
  47. File "/usr/lib/python2.7/site-packages/simp_le.py", line 436, in dump_key
  48.  
  49.  
  50. return OpenSSL.crypto.dump_privatekey(self.typ, data.wrapped).strip()
  51.  
  52.  
  53. AttributeError: 'NoneType' object has no attribute 'wrapped'
  54.  
  55.  
  56.  
  57. Unhandled error has happened, traceback is above
  58.  
  59.  
  60.  
  61. Debugging tips: -v improves output verbosity. Help is available under --help.
  62.  
  63.  
  64. /app
  65.  
  66.  
  67. Sleep for 3600s
  68.  
  69.  
  70. /etc/nginx/certs/wischicloud.ddns.net /app
  71.  
  72.  
  73. Creating/renewal wischicloud.ddns.net certificates... (wischicloud.ddns.net)
  74.  
  75.  
  76. 2018-05-22 12:35:46,112:INFO:simp_le:1479: Generating new certificate private key
  77.  
  78.  
  79. 2018-05-22 12:35:58,379:ERROR:simp_le:1446: CA marked some of the authorizations as invalid, which likely means it could not access http://example.com/.well-known/acme-challenge/X. Did you set correct path in -d example.com:path or --default_root? Are all your domains accessible from the internet? Please check your domains' DNS entries, your host's network/firewall setup and your webserver config. If a domain's DNS entry has both A and AAAA fields set up, some CAs such as Let's Encrypt will perform the challenge validation over IPv6. If your DNS provider does not answer correctly to CAA records request, Let's Encrypt won't issue a certificate for your domain (see https://letsencrypt.org/docs/caa/). Failing authorizations: https://acme-v01.api.letsencrypt.org/acme/authz/aNYq3oAqvngCCyYYfFh_Zi9h_m3WrwZPRL-i4TtXfHo
  80.  
  81.  
  82. Traceback (most recent call last):
  83.  
  84.  
  85. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1584, in main
  86.  
  87.  
  88. return main_with_exceptions(cli_args)
  89.  
  90.  
  91. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1567, in main_with_exceptions
  92.  
  93.  
  94. persist_new_data(args, existing_data)
  95.  
  96.  
  97. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1489, in persist_new_data
  98.  
  99.  
  100. account_key=client.key, key=None, cert=None, chain=None))
  101.  
  102.  
  103. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1195, in persist_data
  104.  
  105.  
  106. plugin.save(new_data)
  107.  
  108.  
  109. File "/usr/lib/python2.7/site-packages/simp_le.py", line 493, in save
  110.  
  111.  
  112. key = self.dump_key(data.key)
  113.  
  114.  
  115. File "/usr/lib/python2.7/site-packages/simp_le.py", line 436, in dump_key
  116.  
  117.  
  118. return OpenSSL.crypto.dump_privatekey(self.typ, data.wrapped).strip()
  119.  
  120.  
  121. AttributeError: 'NoneType' object has no attribute 'wrapped'
  122.  
  123.  
  124.  
  125. Unhandled error has happened, traceback is above
  126.  
  127.  
  128.  
  129. Debugging tips: -v improves output verbosity. Help is available under --help.
  130.  
  131.  
  132. /app
  133.  
  134.  
  135. Sleep for 3600s
  136.  
  137.  
  138. /etc/nginx/certs/wischicloud.ddns.net /app
  139.  
  140.  
  141. Creating/renewal wischicloud.ddns.net certificates... (wischicloud.ddns.net)
  142.  
  143.  
  144. 2018-05-22 13:36:01,408:INFO:simp_le:1479: Generating new certificate private key
  145.  
  146.  
  147. 2018-05-22 13:36:14,956:ERROR:simp_le:1446: CA marked some of the authorizations as invalid, which likely means it could not access http://example.com/.well-known/acme-challenge/X. Did you set correct path in -d example.com:path or --default_root? Are all your domains accessible from the internet? Please check your domains' DNS entries, your host's network/firewall setup and your webserver config. If a domain's DNS entry has both A and AAAA fields set up, some CAs such as Let's Encrypt will perform the challenge validation over IPv6. If your DNS provider does not answer correctly to CAA records request, Let's Encrypt won't issue a certificate for your domain (see https://letsencrypt.org/docs/caa/). Failing authorizations: https://acme-v01.api.letsencrypt.org/acme/authz/nQAg6Eg9Sxw94WtcS6Pprv4r5XUS5joWpJ1kS7Qur-A
  148.  
  149.  
  150. Traceback (most recent call last):
  151.  
  152.  
  153. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1584, in main
  154.  
  155.  
  156. return main_with_exceptions(cli_args)
  157.  
  158.  
  159. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1567, in main_with_exceptions
  160.  
  161.  
  162. persist_new_data(args, existing_data)
  163.  
  164.  
  165. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1489, in persist_new_data
  166.  
  167.  
  168. account_key=client.key, key=None, cert=None, chain=None))
  169.  
  170.  
  171. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1195, in persist_data
  172.  
  173.  
  174. plugin.save(new_data)
  175.  
  176.  
  177. File "/usr/lib/python2.7/site-packages/simp_le.py", line 493, in save
  178.  
  179.  
  180. key = self.dump_key(data.key)
  181.  
  182.  
  183. File "/usr/lib/python2.7/site-packages/simp_le.py", line 436, in dump_key
  184.  
  185.  
  186. return OpenSSL.crypto.dump_privatekey(self.typ, data.wrapped).strip()
  187.  
  188.  
  189. AttributeError: 'NoneType' object has no attribute 'wrapped'
  190.  
  191.  
  192.  
  193. Unhandled error has happened, traceback is above
  194.  
  195.  
  196.  
  197. Debugging tips: -v improves output verbosity. Help is available under --help.
  198.  
  199.  
  200. /app
  201.  
  202.  
  203. Sleep for 3600s
  204.  
  205.  
  206. /etc/nginx/certs/wischicloud.ddns.net /app
  207.  
  208.  
  209. Creating/renewal wischicloud.ddns.net certificates... (wischicloud.ddns.net)
  210.  
  211.  
  212. 2018-05-22 14:36:17,520:INFO:simp_le:1479: Generating new certificate private key
  213.  
  214.  
  215. 2018-05-22 14:36:27,675:ERROR:simp_le:1446: CA marked some of the authorizations as invalid, which likely means it could not access http://example.com/.well-known/acme-challenge/X. Did you set correct path in -d example.com:path or --default_root? Are all your domains accessible from the internet? Please check your domains' DNS entries, your host's network/firewall setup and your webserver config. If a domain's DNS entry has both A and AAAA fields set up, some CAs such as Let's Encrypt will perform the challenge validation over IPv6. If your DNS provider does not answer correctly to CAA records request, Let's Encrypt won't issue a certificate for your domain (see https://letsencrypt.org/docs/caa/). Failing authorizations: https://acme-v01.api.letsencrypt.org/acme/authz/kQnQZT9jcMNzocgonwz8vAYZZd3uAflfVgzP-QbdHv0
  216.  
  217.  
  218. Traceback (most recent call last):
  219.  
  220.  
  221. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1584, in main
  222.  
  223.  
  224. return main_with_exceptions(cli_args)
  225.  
  226.  
  227. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1567, in main_with_exceptions
  228.  
  229.  
  230. persist_new_data(args, existing_data)
  231.  
  232.  
  233. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1489, in persist_new_data
  234.  
  235.  
  236. account_key=client.key, key=None, cert=None, chain=None))
  237.  
  238.  
  239. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1195, in persist_data
  240.  
  241.  
  242. plugin.save(new_data)
  243.  
  244.  
  245. File "/usr/lib/python2.7/site-packages/simp_le.py", line 493, in save
  246.  
  247.  
  248. key = self.dump_key(data.key)
  249.  
  250.  
  251. File "/usr/lib/python2.7/site-packages/simp_le.py", line 436, in dump_key
  252.  
  253.  
  254. return OpenSSL.crypto.dump_privatekey(self.typ, data.wrapped).strip()
  255.  
  256.  
  257. AttributeError: 'NoneType' object has no attribute 'wrapped'
  258.  
  259.  
  260.  
  261. Unhandled error has happened, traceback is above
  262.  
  263.  
  264.  
  265. Debugging tips: -v improves output verbosity. Help is available under --help.
  266.  
  267.  
  268. /app
  269.  
  270.  
  271. Sleep for 3600s
  272.  
  273.  
  274. /etc/nginx/certs/wischicloud.ddns.net /app
  275.  
  276.  
  277. Creating/renewal wischicloud.ddns.net certificates... (wischicloud.ddns.net)
  278.  
  279.  
  280. 2018-05-22 15:36:30,332:INFO:simp_le:1479: Generating new certificate private key
  281.  
  282.  
  283. 2018-05-22 15:36:43,466:ERROR:simp_le:1446: CA marked some of the authorizations as invalid, which likely means it could not access http://example.com/.well-known/acme-challenge/X. Did you set correct path in -d example.com:path or --default_root? Are all your domains accessible from the internet? Please check your domains' DNS entries, your host's network/firewall setup and your webserver config. If a domain's DNS entry has both A and AAAA fields set up, some CAs such as Let's Encrypt will perform the challenge validation over IPv6. If your DNS provider does not answer correctly to CAA records request, Let's Encrypt won't issue a certificate for your domain (see https://letsencrypt.org/docs/caa/). Failing authorizations: https://acme-v01.api.letsencrypt.org/acme/authz/8Ly9qJVOIurrhe21uiHvYodf6C4dCSCxa2una3MRBsc
  284.  
  285.  
  286. Traceback (most recent call last):
  287.  
  288.  
  289. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1584, in main
  290.  
  291.  
  292. return main_with_exceptions(cli_args)
  293.  
  294.  
  295. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1567, in main_with_exceptions
  296.  
  297.  
  298. persist_new_data(args, existing_data)
  299.  
  300.  
  301. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1489, in persist_new_data
  302.  
  303.  
  304. account_key=client.key, key=None, cert=None, chain=None))
  305.  
  306.  
  307. File "/usr/lib/python2.7/site-packages/simp_le.py", line 1195, in persist_data
  308.  
  309.  
  310. plugin.save(new_data)
  311.  
  312.  
  313. File "/usr/lib/python2.7/site-packages/simp_le.py", line 493, in save
  314.  
  315.  
  316. key = self.dump_key(data.key)
  317.  
  318.  
  319. File "/usr/lib/python2.7/site-packages/simp_le.py", line 436, in dump_key
  320.  
  321.  
  322. return OpenSSL.crypto.dump_privatekey(self.typ, data.wrapped).strip()
  323.  
  324.  
  325. AttributeError: 'NoneType' object has no attribute 'wrapped'
  326.  
  327.  
  328.  
  329. Unhandled error has happened, traceback is above
  330.  
  331.  
  332.  
  333. Debugging tips: -v improves output verbosity. Help is available under --help.
  334.  
  335.  
  336. /app
  337.  
  338.  
  339. Sleep for 3600s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement