You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the set_force_verify_ca method, along with other methods, has been removed from the MqttOptions type in the new version. I'm unsure of the equivalent method for set_force_verify_ca in the new version.
In my case, self-signed certificates were used for tests and lower environments, and I need to upgrade to a newer version. I see that I need to use the new ConnectionType::TLS, but I can't find a way to set it to not verify the CA.
Any suggestions how to us thisn ow?
The text was updated successfully, but these errors were encountered:
I've noticed that the
set_force_verify_ca
method, along with other methods, has been removed from theMqttOptions
type in the new version. I'm unsure of the equivalent method forset_force_verify_ca
in the new version.In my case, self-signed certificates were used for tests and lower environments, and I need to upgrade to a newer version. I see that I need to use the
new ConnectionType::TLS
, but I can't find a way to set it to not verify the CA.Any suggestions how to us thisn ow?
The text was updated successfully, but these errors were encountered: