let’s encrypt ssl is expired today on mib 0.30 ( ubuntu 14.04 )
each time I run
sudo mailinabox
these rows in nginx log increases and the trouble is still here.
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:09 [warn] 10175#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
2019/06/10 12:59:10 [warn] 10179#0: "ssl_stapling" ignored, issuer certificate not found
I tried to restore ssl deleting the folder and recreating with
root@box:~/mailinabox/management# python3 ssl_certificates.py
skipped: www.ANOTHER.DOMAIN:
The domain name does not resolve to this machine: x.x.x.x (A).
error: BOX.HIDDEN.REAL.DOMAIN:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.31.0', 'console_scripts', 'certbot')()
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 560, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2648, in load_entry_point
return ep.load()
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2302, in load
return self.resolve()
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2308, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 14, in <module>
from acme.magic_typing import Union # pylint: disable=unused-import, no-name-in-module
ImportError: No module named 'acme.magic_typing'
but no luck
please put me on the right way to set a new ssl and to make the mib working again.