From 40a9b18c439a44093a3d2bd124513aedfa53599a Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 1 Nov 2018 16:17:09 -0700 Subject: [PATCH] Ignore certificate errors --- test/Kestrel.Transport.FunctionalTests/ChromeTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs b/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs index ca09e83405..7f72b6d09d 100644 --- a/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs +++ b/test/Kestrel.Transport.FunctionalTests/ChromeTests.cs @@ -52,6 +52,7 @@ namespace Interop.FunctionalTests $"--no-sandbox " + $"--disable-gpu " + $"--allow-insecure-localhost " + + $"--ignore-certificate-errors --enable-features=NetworkService " + $"--enable-logging " + $"--dump-dom " + $"--virtual-time-budget=10000 " +