You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was already fixed in 54.1 release and will be soon fixed in 55.2 release as well.
Certificate Transparency feature in Chromium causes CEF builds older than 10 weeks (the time binary was built) to fail load some SSL sites. Basically your app may be working fine today, but in a few weeks it may fail to load some SSL sites. More details in upstream CEF Issue #1994.
The text was updated successfully, but these errors were encountered:
cztomczak
changed the title
Releases 53.0...55.1 lack Certificate Transparency support causing some SSL sites to fail load
Releases 53.0...55.1 lack Certificate Transparency support causing some SSL sites fail to load
Dec 10, 2016
cztomczak
changed the title
Releases 53.0...55.1 lack Certificate Transparency support causing some SSL sites fail to load
Releases 53.0...55.1 lack Certificate Transparency support causing some SSL sites fail to load aftere some time
Dec 10, 2016
cztomczak
changed the title
Releases 53.0...55.1 lack Certificate Transparency support causing some SSL sites fail to load aftere some time
Releases 53.0...55.1 Certificate Transparency support causing some SSL sites fail to load after some time
Dec 10, 2016
Update to Cython 0.25.2.
Fix Certificate Transparency support causing some SSL sites fail
to load after some time (#279).
Fix ApplicationSettings.cache_path not working (#283).
Fix: Not a clean shutdown in examples, when closing app while browser
is still loading a website (#282).
Fix loading local filesystem urls that contained any of ? & =
characters (#273).
Fix Request.SetPostData and GetPostData segmentation faults (#228).
Add ApplicationSettings.net_security_expiration_enabled.
Update ExecuteJavascript docs with scriptUrl="" and startLine=1
default params. Also worth noting that ExecuteJavascript crashed
in earlier CEF versions when startLine wasn't provided or was <= 0
(Issue #268).
Add a test that measures execution time for calling Python function
from javascript and then js callback.
Add Contributing guidelines / Issue template.
Update automate.py, include ceftests executable.
This was already fixed in 54.1 release and will be soon fixed in 55.2 release as well.
Certificate Transparency feature in Chromium causes CEF builds older than 10 weeks (the time binary was built) to fail load some SSL sites. Basically your app may be working fine today, but in a few weeks it may fail to load some SSL sites. More details in upstream CEF Issue #1994.
The text was updated successfully, but these errors were encountered: