Is it possible to set the CefSettings.IgnoreCertificateErrors Property in a config file or registry #3736
Replies: 2 comments 1 reply
-
There is no built in support for either.
You can add --ignore-certificate-errors to the command
|
Beta Was this translation helpful? Give feedback.
-
Related followup question. The reason we need to set this property is because an existing app that is using cefsharp (an older version 57.0.0) stopped working while using https against the Google Maps API. Is it the case that a certificate expired for that older cefsharp code ? I was going to look into updating to the new version, but was curious as to why it just stopped working the other day. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We've run into an issue where we need to set this flag. We see it can be set via C# code in the initialization method, but this would require us to push an updated binary out to a large existing client base. We are hoping that a configuration file, registry or some other method would allow us to change this setting without having to update the build.
Beta Was this translation helpful? Give feedback.
All reactions