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 5d64e38 commit adbba73Copy full SHA for adbba73
src/BenchmarksApps/TLS/HttpSys/Program.cs
@@ -129,5 +129,4 @@ void OnShutdown()
129
Console.WriteLine("--------------------------------");
130
131
Console.WriteLine("Application started.");
132
-await app.WaitForShutdownAsync();
133
-
+await app.WaitForShutdownAsync();
src/BenchmarksApps/TLS/HttpSys/appsettings.Development.json
@@ -5,7 +5,8 @@
5
"Microsoft.AspNetCore": "Warning"
6
}
7
},
8
- "mTLS": "true",
+ "mTLS": "false",
9
+ "httpSysLogs": "true",
10
"tlsRenegotiation": "true",
11
"certValidationConsoleEnabled": "true"
12
0 commit comments