Laurent Ellerbach

Results 194 comments of Laurent Ellerbach

Just to male it sure I understand correctly: * You have 1 certificate for the WebServer using HTTPS * You have 1 certificate for MQTTS * * The 2 certificates...

@renerlemes Can you confirm that each part is individually working fine? And that it's only when you have both that it's not working?

@renerlemes can you try to place both certs in the cert section? as far as I remember, mbeds can handle multiple certs but also, they should be able to be...

@renerlemes you can add the certs one after the the other one like this: private const string _myCerts = @"-----BEGIN CERTIFICATE----- DATAFORFIRSTCERT -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- DATAFORSECONDCERT -----END CERTIFICATE-----"; That...

We're following the .NET IoT implementation. I understand the scenario you describe. And yes, because we do have the native elements, it doesn't make it super easy to reuse. That...

This issue doesn't seem to come from the Json nuget rather from the native side: And the test result is green with the virtual device:

Adjusting the test to output the string and it shows properly: ```csharp // // Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full...