To update mosquitto-clients, I have tried
sudo apt-get update
sudo apt-get install mosquitto-clients
However, this doesn't update the version for me.
Reading package lists... Done
Building dependency tree
Reading state information... Done
mosquitto-clients is already the newest version (1.4.15-2ubuntu0.18.04.3).
The following packages were automatically installed and are no longer required:
bridge-utils ubuntu-fan
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 73 not upgraded.
I want to use tls1.3 (using mosquitto_pub --tls-version tlsv1.3
) and from the system with 1.4.15 I get Error: Problem setting TLS options.
When using mosquitto_pub from Ubuntu wsl with mosquitto-clients 1.6.9, I can easily connect and send data.
Can someone help please. Both systems are linux.