diff --git a/Client/Program.cs b/Client/Program.cs index f4e59c5c..3c28d99f 100644 --- a/Client/Program.cs +++ b/Client/Program.cs @@ -170,8 +170,9 @@ namespace Active_Client e.CommandLine.AppendSwitch("--disable-pinch"); e.CommandLine.AppendSwitch("--enable-media-stream"); e.CommandLine.AppendSwitch("--enable-usermedia-screen-capture"); - e.CommandLine.AppendSwitch("--no-proxy-server"); - + e.CommandLine.AppendSwitch("--no-proxy-server"); + e.CommandLine.AppendSwitch("--ignore-certificate-errors-spki-list"); + e.CommandLine.AppendSwitch("--ignore-ssl-errors"); }