We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b03d03 commit 6966b28Copy full SHA for 6966b28
devices/AtModem/Http/Sim7672HttpClient.cs
@@ -19,8 +19,8 @@ internal class Sim7672HttpClient : HttpClient
19
{
20
private const string RootCaFileName = "crt";
21
22
- // 1 is MQTT, so let's take 2 for HTTP
23
- private const int IndexSSL = 2;
+ // 1 is MQTT, let's take 0 because that sets the correct SSL context ID (the default one).
+ private const int IndexSSL = 0;
24
private ManualResetEvent _httpActionArrived = new ManualResetEvent(false);
25
private HttpActionResult _httpActionResult = null;
26
private X509Certificate _certAuth;
0 commit comments