Skip to content

Commit

Permalink
Update MqttPublisher_Paho.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wlkrm authored Aug 8, 2023
1 parent 074fb12 commit 527776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MqttPublisher_Paho/MqttPublisher_Paho.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MqttPublisher_Paho::MqttPublisher_Paho(
mqtt::ssl_options ssl_opts;
ssl_opts.ca_path(CaCertPath);
ssl_opts.set_trust_store(CaTrustStorePath);
ssl_opts.set_verify(true);
ssl_opts.set_verify(false);
opts_conn.set_ssl(ssl_opts);
}

Expand Down

0 comments on commit 527776d

Please sign in to comment.