Skip to content

Commit 74b863b

Browse files
committed
remove obsolete reference to ServicePointManager
1 parent 445430a commit 74b863b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SeqCli/Apps/Hosting/AppHost.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ public static async Task<int> Run(
4242
if (appInstanceId == null) throw new ArgumentNullException(nameof(appInstanceId));
4343
if (appInstanceTitle == null) throw new ArgumentNullException(nameof(appInstanceTitle));
4444

45-
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;
46-
4745
await using var log = new LoggerConfiguration()
4846
.MinimumLevel.Is(LevelAlias.Minimum)
4947
.WriteTo.Console(new CompactJsonFormatter(), standardErrorFromLevel: LevelAlias.Minimum)

0 commit comments

Comments
 (0)