-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OnCertificateError callback issue for Chrome v53 #1880
Comments
There is a time bomb in the Certificate Transparency logs packaged in Chromium 53. This affects builds of Chromium older than 10 weeks. CEF made a change to ignore the 10 week expiration by default, but CefSharp 53.0.0 doesn't include this fix. This could be resolved by publishing a new CefSharp 53 release that includes CEF 3.2785.1486.g8c4ba9f or later. @amaitland, I suspect this issue is going to start generating a lot of noise, as the CT logs in CefSharp 53.0.0 just expired. Let me know if there's anything I can do to help validate a fix. |
Thanks for the reply! It is unexpected that they would suddenly start imposing after 10 weeks. Any information about why they went down this route of imposing it after 10 weeks? |
@vzanpure, please read the links I sent. It appears that Chromium is rethinking this time bomb. That's all the information I have. |
@chris-araman See #1841 |
Got it, @amaitland. |
This issue does not appear to affect the Unfortunately for users of CefSharp 53, just dropping the CEF 3.2785.1486.g8c4ba9f binaries in place won't work, as the I have submitted a PR to the @jornh, you're listed as a maintainer of those NuGet packages. Would you be willing to update the published NuGet packages? I could then submit a CefSharp 53 PR that points to those packages. |
@chris-araman Packages are never directly pushed to |
Glad to contribute, @amaitland. I'm |
Great 👍 That should give you enough access to move on this. The |
Excuse me for maybe off-topic, I'm experiencing an issue that random https requests getting "canceled" (eg: I can open sites like https://global.bing.com/ but I can't open the login page as some requests are "canceled") is it related to this issue or should I open a separate one? |
@RadarNyan I will second that issue. Certain websites like Dribbble also couldn't load properly since some JS vars are not resolved. |
@RadarNyan @Spiderpig86 If/when @chris-araman produces a new set of packages you will be able to test the fix. If you are still experiencing a problem after upgrading then you should report the problem at http://magpcss.org/ceforum/ For now I suggest everyone downgrade to |
it works and the initial problem is fixed with CEF 3.2785.1486 .. a little warning though, the build.ps1 in cefsharp/cef-binary expects PowerShell newer than 3.0 or newer (for Invoke-WebRequest) and can mess things up if this is not the case. |
Looks like Now time for someone to submit a |
How long waiting for update? Its really problem with it error. |
I have updated the entry on BountySource if the target is met then I will release a version. If this is not met then you'll just have to downgrade, build your own or wait for someone to resolve this issue. |
As a thank you to those who have kindly pledged funding towards a |
Thanks, @amaitland. I appreciate all of your work on this project, and I'm sure many others do as well. I'm hoping to have more time to contribute in the coming year. Once I've gone through the packaging/validation/release process once, it'll be easier to contribute moving forward. |
Hi,
If I have a CefSharp Chromium Browser WebView in my WPF windows application, and I load a website I get a OnCertificateError callback via RequestHandler implementation.
This issue started happening when I upgraded to CefSharp v53. Is this a known issue? I can open the same website on all other browsers and also on Google Chrome. But, in WPF, the CefSharp library doesn't load the webview.
Does anyone know what caused this issue? Also, the CefErrorCode in the OnCertificateError callback is "-214" (which I didn't see in the CefErrorCode enum in the v53 GitHub branch).
The text was updated successfully, but these errors were encountered: