Air Unit update problems

Hi,

I am having some issues updating my air unit with the latest firmware. After solving the initial issues with drivers I can now see it in device manager as an android device and flasher_win do see my device, but I get the following error message:

Looking for Device
Found Unit Type: airunit

Downloading required package…
Traceback (most recent call last):
File “urllib3\connectionpool.py”, line 703, in urlopen
File “urllib3\connectionpool.py”, line 386, in make_request
File “urllib3\connectionpool.py”, line 1040, in validate_conn
File “urllib3\connection.py”, line 414, in connect
File "urllib3\util\ssl
.py", line 449, in ssl_wrap_socket
File "urllib3\util\ssl
.py", line 493, in _ssl_wrap_socket_impl
File “ssl.py”, line 500, in wrap_socket
File “ssl.py”, line 1040, in _create
File “ssl.py”, line 1309, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “requests\adapters.py”, line 440, in send
File “urllib3\connectionpool.py”, line 785, in urlopen
File “urllib3\util\retry.py”, line 592, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘herelinkfw.cubepilot.org’, port=443): Max retries exceeded with url: /airunit_last_release_id (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)’)))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “flasher.py”, line 262, in
File “flasher.py”, line 56, in download_package
File “requests\api.py”, line 75, in get
File “requests\api.py”, line 61, in request
File “requests\sessions.py”, line 529, in request
File “requests\sessions.py”, line 645, in send
File “requests\adapters.py”, line 517, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘herelinkfw.cubepilot.org’, port=443): Max retries exceeded with url: /airunit_last_release_id (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)’)))
[10584] Failed to execute script ‘flasher’ due to unhandled exception!

Any ideas? This is on a 64-bit windows 10 machine.

Thanks
Jaco