Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Ignore certificate errors
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luo committed Nov 2, 2018
1 parent f2a383d commit 40a9b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Kestrel.Transport.FunctionalTests/ChromeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ private void InitializeArgs()
$"--no-sandbox " +
$"--disable-gpu " +
$"--allow-insecure-localhost " +
$"--ignore-certificate-errors --enable-features=NetworkService " +
$"--enable-logging " +
$"--dump-dom " +
$"--virtual-time-budget=10000 " +
Expand Down

0 comments on commit 40a9b18

Please sign in to comment.