RUTX11 with newest firmware RUTX_R_00.07.08.2
We have a python script that communicate with a REST API, but the python module urllib is not able to communicate over HTTPS
urllib.error.URLError: “urlopen error unknown url type: https”
And if we just include the module ssl we get the following error:
ImportError: Error relocating /usr/lib/python3.9/lib-dynload/_ssl.cpython-39.so: TLSv1_method: symbol not found
Is this a bug in the new Firmware or how can we fix this, because we have to be able to communicate securely with the API.
Any help would be appreciated.