Applied updates per email from MIAB

am running MIAB 57a

applied latest updates requested by status system:
There are 4 software packages that can be updated.
[3 standard security updates] ()
ghostscript (9.26~dfsg+0-0ubuntu0.18.04.17)
libgs9 (9.26~dfsg+0-0ubuntu0.18.04.17)
libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.17)

System – Currently:

:heavy_multiplication_x: There are 1 software packages that can be updated.
duplicity (1.0.0-ppa202209251803~ubuntu18.04.1)

Status page will not display and says “something went wrong”.

I tried re-running the installer to see if it would cleanup and/or fix but the command:

curl -s https://mailinabox.email/setup.sh | sudo -E bash

but this command just returns and does not start the installer?

my box is able to look up hosts - just not the mailinabox.email host?

$ host mailinabox.email
Host mailinabox.email not found: 2(SERVFAIL)

$ host www.ebay.com
www.ebay.com is an alias for slot9428.ebay.com.edgekey.net.
slot9428.ebay.com.edgekey.net is an alias for e9428.a.akamaiedge.net.
e9428.a.akamaiedge.net has address 23.220.129.27

$ host www.google.com
www.google.com has address 172.253.122.147
www.google.com has address 172.253.122.104
www.google.com has address 172.253.122.106
www.google.com has address 172.253.122.103
www.google.com has address 172.253.122.105
www.google.com has address 172.253.122.99
www.google.com has IPv6 address 2607:f8b0:4004:c09::6a
www.google.com has IPv6 address 2607:f8b0:4004:c09::67
www.google.com has IPv6 address 2607:f8b0:4004:c09::93
www.google.com has IPv6 address 2607:f8b0:4004:c09::63

Running the status command on the host:
$ sudo ~/mailinabox/management/status_checks.py results in:
System

:heavy_multiplication_x: Public DNS (nsd4) is not running (port 53).
✓ SSH disallows password-based login.
✓ System software is up to date.
Traceback (most recent call last):
File “./status_checks.py”, line 1096, in
run_checks(False, env, ConsoleOutput(), pool)
File “./status_checks.py”, line 62, in run_checks
run_system_checks(rounded_values, env, output)
File “./status_checks.py”, line 168, in run_system_checks
check_miab_version(env, output)
File “./status_checks.py”, line 927, in check_miab_version
latest_ver = get_latest_miab_version()
File “./status_checks.py”, line 912, in get_latest_miab_version
return re.search(b’TAG=(.*)’, urlopen(“https://mailinabox.email/setup.sh?ping=1”, timeout=5).read()).group(1).decode(“utf8”)
File “/usr/lib/python3.6/urllib/request.py”, line 223, in urlopen
return opener.open(url, data, timeout)
File “/usr/lib/python3.6/urllib/request.py”, line 526, in open
response = self._open(req, data)
File “/usr/lib/python3.6/urllib/request.py”, line 544, in _open
‘_open’, req)
File “/usr/lib/python3.6/urllib/request.py”, line 504, in _call_chain
result = func(*args)
File “/usr/lib/python3.6/urllib/request.py”, line 1368, in https_open
context=self._context, check_hostname=self._check_hostname)
File “/usr/lib/python3.6/urllib/request.py”, line 1325, in do_open
encode_chunked=req.has_header(‘Transfer-encoding’))
File “/usr/lib/python3.6/http/client.py”, line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/lib/python3.6/http/client.py”, line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/lib/python3.6/http/client.py”, line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/lib/python3.6/http/client.py”, line 1046, in _send_output
self.send(msg)
File “/usr/lib/python3.6/http/client.py”, line 984, in send
self.connect()
File “/usr/lib/python3.6/http/client.py”, line 1446, in connect
server_hostname=server_hostname)
File “/usr/lib/python3.6/ssl.py”, line 407, in wrap_socket
_context=self, _session=session)
File “/usr/lib/python3.6/ssl.py”, line 817, in init
self.do_handshake()
File “/usr/lib/python3.6/ssl.py”, line 1077, in do_handshake
self._sslobj.do_handshake()
File “/usr/lib/python3.6/ssl.py”, line 694, in do_handshake
match_hostname(self.getpeercert(), self.server_hostname)
File “/usr/local/lib/mailinabox/env/lib/python3.6/site-packages/idna_ssl.py”, line 19, in patched_match_hostname
return real_match_hostname(cert, hostname)
File “/usr/lib/python3.6/ssl.py”, line 331, in match_hostname
% (hostname, dnsnames[0]))
ssl.CertificateError: hostname ‘mailinabox.email’ doesn’t match ‘box.fullmoonmanor.net

This topic was automatically closed 40 days after the last reply. New replies are no longer allowed.