advancedtelematic / aktualizr

C++ SOTA Client
Mozilla Public License 2.0
144 stars 60 forks source link

Is aktualizr using TLS 1.3 #1832

Open Moeed148a opened 1 year ago

Moeed148a commented 1 year ago

I have update the ngnix version in the docker compose file in the ota-community-edition https://github.com/uptane/ota-community-edition/blob/v2/ota-ce.yaml

Now when i try to connect the aktualizr to the ota-community-edition server. It shows the following error. Kindly help me.

TCP_NODELAY set​

curl error 35 (http code 0): SSL connect error​

Moeed148a commented 1 year ago

Because the nginix server is running on the TLS 1.3. The link for ngnix docker file is below

https://hub.docker.com/r/openquantumsafe/nginx

pattivacek commented 1 year ago

I don't believe aktualizr specifies a TLS version, so this depends on other dependencies. However, see also https://github.com/uptane/aktualizr/issues/83.

FWIW I strongly recommend using the Uptane version of this repo, as it includes many fixes not present in this version.