-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
Fix HTTPS cache problems on pages with certificate errors #125
Milestone
Comments
This patch is currently disabled in v55 on Windows/Mac. Only Linux has this applied. |
cztomczak
added a commit
that referenced
this issue
May 22, 2018
cztomczak
added a commit
that referenced
this issue
May 22, 2018
Maintaining such patch is costly, so it will be disabled unless there are parties interested in having this enabled in official releases. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an optional fix. By default Chromium disables caching when there is certificate error. This patch will fix the HTTPS caching only when ApplicationSettings "ignore_certificate_errors" is set to True.
See http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11609
The patch suggested in the linked topic works fine after making some minor
changes.
The patch was verified to work with CEF 3 branch 1650 revision 1646. The https
web server was nginx running on Ubuntu.
Patch instructions available here (both BuildOnLinux and BuildOnWindows wiki pages).
Original issue reported on code.google.com by
[email protected]
on 27 May 2014 at 8:38The text was updated successfully, but these errors were encountered: