Question
SSL certificate not updating
I installed an ssl certifictae few months ago and now its expired. When i am trying to update it using certbot renew, it give me a follwoing error. Any help will be greatly appreciated. Thanks
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/www.bureaubureau.dk.conf
Cert is due for renewal, auto-renewing…
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Traceback (most recent call last):
File “/usr/lib/python2.7/logging/init.py”, line 859, in emit
msg = self.format(record)
File “/usr/lib/python2.7/dist-packages/certbot/coloredlogging.py”, line 41, i n format
else super(StreamHandler, self).format(record))
File “/usr/lib/python2.7/logging/init.py”, line 732, in format
return fmt.format(record)
File “/usr/lib/python2.7/logging/init.py”, line 471, in format
record.message = record.getMessage()
File “/usr/lib/python2.7/logging/init.py”, line 335, in getMessage
msg = msg % self.args
TypeError: _str__ returned non-string (type Error)
Logged from file renewal.py, line 420
Traceback (most recent call last):
File “/usr/lib/python2.7/logging/handlers.py”, line 76, in emit
if self.shouldRollover(record):
File “/usr/lib/python2.7/logging/handlers.py”, line 156, in shouldRollover
msg = “%s\n” % self.format(record)
File “/usr/lib/python2.7/logging/init.py”, line 732, in format
return fmt.format(record)
File “/usr/lib/python2.7/logging/init.py”, line 471, in format
record.message = record.getMessage()
File “/usr/lib/python2.7/logging/init.py”, line 335, in getMessage
msg = msg % self.args
TypeError: str returned non-string (type Error)
Logged from file renewal.py, line 420
Processing /etc/letsencrypt/renewal/bureaubureau.dk.conf
Cert is due for renewal, auto-renewing…
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Traceback (most recent call last):
File “/usr/lib/python2.7/logging/init.py”, line 859, in emit
msg = self.format(record)
File “/usr/lib/python2.7/dist-packages/certbot/coloredlogging.py”, line 41, i n format
else super(StreamHandler, self).format(record))
File “/usr/lib/python2.7/logging/init.py”, line 732, in format
return fmt.format(record)
File “/usr/lib/python2.7/logging/init.py”, line 471, in format
record.message = record.getMessage()
File “/usr/lib/python2.7/logging/init.py”, line 335, in getMessage
msg = msg % self.args
TypeError: _str__ returned non-string (type Error)
Logged from file renewal.py, line 420
Traceback (most recent call last):
File “/usr/lib/python2.7/logging/handlers.py”, line 76, in emit
if self.shouldRollover(record):
File “/usr/lib/python2.7/logging/handlers.py”, line 156, in shouldRollover
msg = “%s\n” % self.format(record)
File “/usr/lib/python2.7/logging/init.py”, line 732, in format
return fmt.format(record)
File “/usr/lib/python2.7/logging/init.py”, line 471, in format
record.message = record.getMessage()
File “/usr/lib/python2.7/logging/init.py”, line 335, in getMessage
msg = msg % self.args
TypeError: str returned non-string (type Error)
Logged from file renewal.py, line 420
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/www.bureaubureau.dk/fullchain.pem (failure)
/etc/letsencrypt/live/bureaubureau.dk/fullchain.pem (failure)
2 renew failure(s), 0 parse failure(s)
Can anyone tell me how to fix this issue. I have gone through similar questions but nothing helped. So please have a look!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I tried these commands with -H
i get command not found.
If i execute without -H
I get below exception:
Cleaning up…
Exception:
Traceback (most recent call last):
File “/usr/lib/python2.7/dist-packages/pip/basecommand.py”, line 122, in main
status = self.run(options, args)
File “/usr/lib/python2.7/dist-packages/pip/commands/install.py”, line 290, in run
requirementset.preparefiles(finder, forcerootegginfo=self.bundle, bundle=self.bundle)
File “/usr/lib/python2.7/dist-packages/pip/req.py”, line 1097, in preparefiles
reqtoinstall, self.upgrade)
File “/usr/lib/python2.7/dist-packages/pip/index.py”, line 194, in findrequirement
page = self.getpage(mainindexurl, req)
File “/usr/lib/python2.7/dist-packages/pip/index.py”, line 568, in getpage
session=self.session,
File “/usr/lib/python2.7/dist-packages/pip/index.py”, line 694, in getpage
req, link, “connection error: %s” % exc, url,
TypeError: _str_ returned non-string (type Error)
Storing debug log for failure in /root/.pip/pip.log
@rokkjer
You forgot
sudo
at the start of the commandnot
Please try again
i get the same response
Cleaning up…
Exception:
Traceback (most recent call last):
File “/usr/lib/python2.7/dist-packages/pip/basecommand.py”, line 122, in main
status = self.run(options, args)
File “/usr/lib/python2.7/dist-packages/pip/commands/install.py”, line 290, in run
requirementset.preparefiles(finder, forcerootegginfo=self.bundle, bundle=self.bundle)
File “/usr/lib/python2.7/dist-packages/pip/req.py”, line 1097, in preparefiles
reqtoinstall, self.upgrade)
File “/usr/lib/python2.7/dist-packages/pip/index.py”, line 194, in findrequirement
page = self.getpage(mainindexurl, req)
File “/usr/lib/python2.7/dist-packages/pip/index.py”, line 568, in _getpage
session=self.session,
File “/usr/lib/python2.7/dist-packages/pip/index.py”, line 694, in getpage
req, link, “connection error: %s” % exc, url,
TypeError: _str__ returned non-string (type Error)
Storing debug log for failure in /root/.pip/pip.log