- 积分
- 2
- 威望
-
- 金钱
-
- 注册时间
- 2017-1-16
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-7-10 14:19:18
|
显示全部楼层
- # tail -n 30 /var/log/letsencrypt/letsencrypt.log
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 641, in renew_cert
- _get_and_save_cert(le_client, config, lineage=lineage)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 77, in _get_and_save_cert
- renewal.renew_cert(config, domains, le_client, lineage)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/renewal.py", line 297, in renew_cert
- new_certr, new_chain, new_key, _ = le_client.obtain_certificate(domains)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/client.py", line 313, in obtain_certificate
- self.config.allow_subset_of_names)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/auth_handler.py", line 81, in get_authorizations
- self._respond(resp, best_effort)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/auth_handler.py", line 138, in _respond
- self._poll_challenges(chall_update, best_effort)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/auth_handler.py", line 202, in _poll_challenges
- raise errors.FailedChallenges(all_failed_achalls)
- FailedChallenges: Failed authorization procedure. bluenoob.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://bluenoob.com/.well-known/acme-challenge/mTl7V_2-98SB9yeKn_izbN2fgv6oJtnqGIGKx81OKu8: "
- body{background-color:#FFFFFF}</style"
- 2017-07-05 06:22:35,417:DEBUG:certbot.log:Exiting abnormally:
- Traceback (most recent call last):
- File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in
- sys.exit(main())
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 743, in main
- return config.func(config, plugins)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 693, in renew
- renewal.handle_renewal_request(config)
- File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/renewal.py", line 436, in handle_renewal_request
- len(renew_failures), len(parse_failures)))
- Error: 5 renew failure(s), 0 parse failure(s)
复制代码 |
|