Rido
Rido
The main goal of this extension is to provide an easy way to interact with hub devices while developing your solution, and it is not intended to be used in...
which android version are you using? There are sone known incompatible OS with Let's Encrypt certs. https://letsencrypt.org/docs/certificate-compatibility/ To workaround you can: - Configure the RevocationMode as `NoCheck` (not ideal), or...
This issue https://github.com/dotnet/MQTTnet/issues/1857 address the same scenario. In the meantime, you can configure MqttNet like in this sample https://github.com/Azure-Samples/MqttApplicationSamples/blob/main/mqttclients/dotnet/MQTTnet.Client.Extensions/WithTlsSettings.cs
not sure about AWS, but you can look at this sample https://github.com/Azure-Samples/MqttApplicationSamples/tree/main/scenarios/getting_started#fly-configure-mosquitto showing to connect to Mosquitto using a CAFile (the .crt) and a client certificate (pfx, or pem+key)
These samples include instructions to setup mosquitto with TLS, and sample code to connect with MQTTNet: https://github.com/Azure-Samples/MqttApplicationSamples/tree/main/scenarios/getting_started#fly-configure-mosquitto
@xyderos can you try MqttApplicationSamples? If you have any issues, please open a ticket in that repo, and we will help you. There are multiple moving parts, such as how...
@xyderos can you move this ticket to the other MqttApplicationSample repo? seems to me the cert does not have the SAN with your hostname.
this sample shows how to use protobuf with MQTTnet https://github.com/Azure-Samples/MqttApplicationSamples/tree/main/scenarios/command/dotnet
The dotnet template to create IoT Edge Modules has been updated with most of the suggestions: dotnet6, background-worker, ILogger, etc.. https://github.com/Azure/dotnet-template-azure-iot-edge-module
same issue using k3d registry