> eklipse@box:~/mailinabox$ sudo management/status_checks.py
> System
> ======
> ✓ All system services are running.
> ✖ The SSH server on this machine permits password-based login. A more secure way to log in is using a public key. Add your SSH public key to $HOME/.ssh/authorized_keys, check
> that you can log in without a password, set the option 'PasswordAuthentication no' in /etc/ssh/sshd_config, and then restart the openssh via 'sudo service ssh restart'.
> ✓ System software is up to date.
> Traceback (most recent call last):
> File "/usr/lib/python3.4/urllib/request.py", line 1182, in do_open
> h.request(req.get_method(), req.selector, req.data, headers)
> File "/usr/lib/python3.4/http/client.py", line 1125, in request
> self._send_request(method, url, body, headers)
> File "/usr/lib/python3.4/http/client.py", line 1163, in _send_request
> self.endheaders(body)
> File "/usr/lib/python3.4/http/client.py", line 1121, in endheaders
> self._send_output(message_body)
> File "/usr/lib/python3.4/http/client.py", line 951, in _send_output
> self.send(msg)
> File "/usr/lib/python3.4/http/client.py", line 886, in send
> self.connect()
> File "/usr/lib/python3.4/http/client.py", line 1260, in connect
> super().connect()
> File "/usr/lib/python3.4/http/client.py", line 863, in connect
> self.timeout, self.source_address)
> File "/usr/lib/python3.4/socket.py", line 512, in create_connection
> raise err
> File "/usr/lib/python3.4/socket.py", line 503, in create_connection
> sock.connect(sa)
> TimeoutError: [Errno 110] Connection timed out
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File "management/status_checks.py", line 967, in <module>
> run_checks(False, env, ConsoleOutput(), pool)
> File "management/status_checks.py", line 60, in run_checks
> run_system_checks(rounded_values, env, output)
> File "management/status_checks.py", line 166, in run_system_checks
> check_miab_version(env, output)
> File "management/status_checks.py", line 810, in check_miab_version
> latest_ver = get_latest_miab_version()
> File "management/status_checks.py", line 797, in get_latest_miab_version
> return re.search(b'TAG=(.*)', urllib.request.urlopen("https://mailinabox.email/setup.sh?ping=1").read()).group(1).decode("utf8")
> File "/usr/lib/python3.4/urllib/request.py", line 161, in urlopen
> return opener.open(url, data, timeout)
> File "/usr/lib/python3.4/urllib/request.py", line 463, in open
> response = self._open(req, data)
> File "/usr/lib/python3.4/urllib/request.py", line 481, in _open
> '_open', req)
> File "/usr/lib/python3.4/urllib/request.py", line 441, in _call_chain
> result = func(*args)
> File "/usr/lib/python3.4/urllib/request.py", line 1225, in https_open
> context=self._context, check_hostname=self._check_hostname)
> File "/usr/lib/python3.4/urllib/request.py", line 1184, in do_open
> raise URLError(err)
> urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
im getting this error today , i see a couple of post about this but doesn’t solved it, when i run sudo mailinabox everything looks good, im running in a ubuntu 14.04.