Hi there , In CentOS Linux release 7.4.1708 (Core)
i update certbot , with command :
yum update certbot
and then i try to update_account
command : certbot update_account
It produced this output:
An unexpected error occurred:
AttributeError: ‘module’ object has no attribute ‘TLSSNI01’
Please see the logfile ‘/tmp/tmpFH0D5E/log’ for more details.
and indide the logfile i get this
2020-01-21 16:15:55,488:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File “/usr/bin/certbot”, line 9, in
load_entry_point(‘certbot==1.0.0’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 14, in main
return internal_main.main(cli_args)
File “/usr/lib/python2.7/site-packages/certbot/_internal/main.py”, line 1320, in main
plugins = plugins_disco.PluginsRegistry.find_all()
File “/usr/lib/python2.7/site-packages/certbot/_internal/plugins/disco.py”, line 208, in find_all
plugin_ep = PluginEntryPoint(entry_point)
File “/usr/lib/python2.7/site-packages/certbot/_internal/plugins/disco.py”, line 50, in init
self.plugin_cls = entry_point.load()
File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 2260, in load
entry = import(self.module_name, globals(),globals(), [‘name’])
File “/usr/lib/python2.7/site-packages/certbot_apache/entrypoint.py”, line 4, in
from certbot_apache import configurator
File “/usr/lib/python2.7/site-packages/certbot_apache/configurator.py”, line 28, in
from certbot_apache import http_01
File “/usr/lib/python2.7/site-packages/certbot_apache/http_01.py”, line 11, in
class ApacheHttp01(common.TLSSNI01):
File “/usr/lib/python2.7/site-packages/certbot/plugins/common.py”, line 445, in getattr
return getattr(self._module, attr)
AttributeError: ‘module’ object has no attribute ‘TLSSNI01’
2020-01-21 16:15:55,488:ERROR:certbot._internal.log:An unexpected error occurred:
I can login to a root shell on my machine , yes
I’m using a control panel to manage my site no
The version of my client is unfortunal i dont remember the previous , now is certbot==1.0.0’
(certbot --version put the same error , i see it from /usr/bin/certbot-2 (usr/bin/certbot link there ))
Thanks