RUTX11 python unable to communicate with https api's

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.

I fixed it by downgrading the Firmware and a hard reset/restore of the RUTX11
Now python and https requests works again.

But TELTONIKA needs to fix the error in the new formware RUTX_R_00.07.08.2

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