I set up my new server and got a LE Certificate. All was well.
Can’t say what I did, but I wanted to check (…/admin#system_status) that all was set properly and got “Error. Something went wrong, sorry.”
Here’s the syslog.
Jun 9 21:38:26 box1 start[781]: [2022-06-09 21:38:26,625] ERROR in app: Exception on /system/status [POST]
Jun 9 21:38:26 box1 start[781]: Traceback (most recent call last):
Jun 9 21:38:26 box1 start[781]: File "/usr/local/lib/mailinabox/env/lib/python3.6/site-packages/flask/app.py", line 2073, in wsgi_app
Jun 9 21:38:26 box1 start[781]: response = self.full_dispatch_request()
Jun 9 21:38:26 box1 start[781]: File "/usr/local/lib/mailinabox/env/lib/python3.6/site-packages/flask/app.py", line 1518, in full_dispatch_request
Jun 9 21:38:26 box1 start[781]: rv = self.handle_user_exception(e)
Jun 9 21:38:26 box1 start[781]: File "/usr/local/lib/mailinabox/env/lib/python3.6/site-packages/flask/app.py", line 1516, in full_dispatch_request
Jun 9 21:38:26 box1 start[781]: rv = self.dispatch_request()
Jun 9 21:38:26 box1 start[781]: File "/usr/local/lib/mailinabox/env/lib/python3.6/site-packages/flask/app.py", line 1502, in dispatch_request
Jun 9 21:38:26 box1 start[781]: return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
Jun 9 21:38:26 box1 start[781]: File "/root/mailinabox/management/daemon.py", line 75, in newview
I saw in some issues that there was a cryptography error around v20. This doesn’t seem the same error though.