- 积分
- 198
- 威望
-
- 金钱
-
- 注册时间
- 2012-3-21
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2016-11-21 09:29:47
|
显示全部楼层
在上面错误显示之前,还有这样的信息:
Version: 1.1-20080819
/root/.local/share/letsencrypt/lib/python2.6/site-packages/dialog.py:779: DeprecationWarning: the DIALOG_OK attribute of Dialog instances is obsolete; use the Dialog.OK class attribute instead.
DeprecationWarning)
vi /var/log/letsencrypt/letsencrypt.log 得到如下信息:
2016-11-21 01:05:00,869EBUG:certbot.main:Root logging level set at 20
2016-11-21 01:05:00,870:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2016-11-21 01:05:00,878EBUG:certbot.main:certbot version: 0.9.3
2016-11-21 01:05:00,878EBUG:certbot.main:Arguments: ['--email', 'admin@aaaaaa.com', '--agree-tos', '--webroot', '-w', '/home/wwwroot/wwwwww', '-d', 'aaaaaa.com', '-d', 'www.aaaaaa.com', '-d', 'beijing.aaaaaa.com', '-d', 'gd.aaaaaa.com', '-d', 'zhongyuan.aaaaaa.com', '-d', 'dongbu.aaaaaa.com', '-d', 'dongnan.aaaaaa.com', '-d', 'un.aaaaaa.com', '-d', 'li.aaaaaa.com', '-d', 'yue.aaaaaa.com', '-d', 'shufa.aaaaaa.com', '-d', 'hua.aaaaaa.com', '-d', 'kaogu.aaaaaa.com', '-d', 'dao.aaaaaa.com', '-d', 'ru.aaaaaa.com', '-d', 'fa.aaaaaa.com', '-d', 'yi.aaaaaa.com', '-d', 'zhuzi.aaaaaa.com', '-d', 'hanfu.aaaaaa.com', '-d', 'hfyd.aaaaaa.com', '-d', 'renwu.aaaaaa.com', '-d', 'zongzu.aaaaaa.com', '-d', 'jieri.aaaaaa.com', '-d', 'xinan.aaaaaa.com', '-d', 'xibu.aaaaaa.com', '-d', 'xibei.aaaaaa.com', '-d', 'dongbei.aaaaaa.com', '-d', 'plsg.aaaaaa.com', '-d', 'guangzhou.aaaaaa.com', '-d', 'shenzhen.aaaaaa.com', '-d', 'zhanjiang.aaaaaa.com', '-d', 'shaoguan.aaaaaa.com', '-d', 'home.aaaaaa.com', '-d', 'm.aaaaaa.com']
2016-11-21 01:05:00,879EBUG:certbot.mainiscovered plugins: PluginsRegistry(PluginEntryPoint#nginx,PluginEntryPoint#standalone,PluginEntryPoint#manual,PluginEntryPoint#webroot,PluginEntryPoint#apache,PluginEntryPoint#null)
2016-11-21 01:05:00,901EBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2016-11-21 01:05:00,912EBUG:certbot.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: <certbot.plugins.webroot.Authenticator object at 0xa036d0c>
Prep: True
2016-11-21 01:05:00,912EBUG:certbot.plugins.selection:Selected authenticator <certbot.plugins.webroot.Authenticator object at 0xa036d0c> and installer None
2016-11-21 01:05:01,343EBUG:certbot.mainicked account: <Account(b8774fc1f7242133802797cfd251f7dd)>
2016-11-21 01:05:01,345EBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
2016-11-21 01:05:01,383:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
2016-11-21 01:05:01,457:DEBUG:certbot.main:Exiting abnormally:
Traceback (most recent call last):
File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 776, in main
return config.func(config, plugins)
File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 558, in obtain_cert
le_client = _init_le_client(config, auth, installer)
File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/main.py", line 375, in _init_le_client
return client.Client(config, acc, authenticator, installer, acme=acme)
File "/root/.local/share/letsencrypt/lib/python2.6/site-packages/certbot/client.py", line 190, in __init__ |
|