Fix SSL connections

This commit is contained in:
Samuele E. Locatelli
2020-10-02 09:04:24 +02:00
parent 12b5525fb5
commit c959946e1d
+3 -2
View File
@@ -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");
}