Problem upgrading from 0.62.1

I’m trying to upgrade HA. My OS is hassbian. Does anyone know how to resolve?

Command: sudo hassbian-config upgrade home-assistant

Home Assistant upgrade script for Hassbian
Original concept by Landrash https://github.com/Landrash
Modyfied by Ludeeus https://github.im/Ludeeus
Stopping Home Assistant
Changing to the homeassistant user
Changing to Home Assistant venv
Installing latest version of Home Assistant
Collecting homeassistant
Downloading homeassistant-0.63.1-py2.py3-none-any.whl (7.7MB)
100% |████████████████████████████████| 7.7MB 36kB/s
Exception:
Traceback (most recent call last):
File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py ", line 350, in _make_request
self._validate_conn(conn)
File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py “, line 837, in validate_conn
conn.connect()
File “/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connection.py”, l ine 323, in connect
ssl_context=context)
File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/ssl
.py”, li ne 324, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File “/usr/lib/python3.5/ssl.py”, line 385, in wrap_socket
_context=self)
File “/usr/lib/python3.5/ssl.py”, line 760, in init
self.do_handshake()
File “/usr/lib/python3.5/ssl.py”, line 996, in do_handshake
self._sslobj.do_handshake()
File “/usr/lib/python3.5/ssl.py”, line 641, in do_handshake
self._sslobj.do_handshake()
socket.timeout: _ssl.c:704: The handshake operation timed out

Did you stop the service before upgrade? I see it already stop the service.

Try as the docs described: https://home-assistant.io/docs/installation/hassbian/common-tasks/#update-home-assistant

I also tried:
sudo systemctl stop [email protected]
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip3 install --upgrade homeassistant

same error messages…