I need to create an MQTT client in Java usign the Eclipse Paho.
My MQTT Broker stands behind an Nginx TCP reverse proxy, which has TLS enabled. Therefore, I need to configure the client to use TLS.
Nevertheless, I don't want to provide my client with a certificate (I don't think I really need to, since I can connect with a NodeRED MQTT client with TLS enabled and this client is not provided any certificate; the same - I am told - with a .NET Core client).
Is it possible to do this with Eclipse Paho library? All the examples I can find make use of a certificate.