We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1d99d commit 2148ea7Copy full SHA for 2148ea7
Meshtastic.Cli/CommandHandlers/MqttProxyCommandHandler.cs
@@ -91,7 +91,7 @@ private static MqttClientOptions GetMqttClientOptions(DeviceStateContainer conta
91
92
if (container.LocalModuleConfig.Mqtt.TlsEnabled)
93
{
94
- builder = builder.WithTls()
+ builder = builder.WithTlsOptions(options => { })
95
.WithTcpServer(host, Int32.Parse(port ?? "8883"));
96
}
97
else {
0 commit comments