InvalidCertificate(BadSignature) when using TLS with custom root certificate with rumqttc, rustls
Using rumqttc and rustls, I am trying to connect to a broker that uses a self-signed certificate, however, I get a BadSignature error.
The certificate works with another application (using other language/libraries). I’d really appreciate any help how should go ahead.