Page 1 of 1

Update to CEF 85.3.10

Posted: Wed Sep 23, 2020 1:53 pm
by salvadordf
Hi,

CEF4Delphi is now updated to CEF 85.3.10 which includes this change : The CEF binaries are these :

Re: Update to CEF 85.3.10

Posted: Wed Sep 30, 2020 8:35 am
by dilfich
Run into problems)
I could not understand what the problem is until I installed the official chrome, not the correct year\date was installed in the system.
CEF only seems to be ERR_ABORT.
For example, try to roll back the year to 2017 and that's it, the app doesn't work.

https://prnt.sc/uqfbxr

Re: Update to CEF 85.3.10

Posted: Wed Sep 30, 2020 8:58 am
by salvadordf
All web browsers need you to have the system clock correctly set in order to check the validity of the certificates.

Re: Update to CEF 85.3.10

Posted: Wed Sep 30, 2020 9:01 am
by dilfich
Why IE works there without problems, chrome does not.
I used IE chrome and downloaded. :)
I mean, the CEF doesn't show the correct error.

Re: Update to CEF 85.3.10

Posted: Wed Sep 30, 2020 9:16 am
by salvadordf
Use TChromium.OnCertificateError to get the right certificate error code.

ERR_ABORT comes after the TChromium.OnCertificateError event.

Re: Update to CEF 85.3.10

Posted: Wed Sep 30, 2020 9:27 am
by dilfich
Is it correct that in LoadError it shows one thing, and in CertificateError it will show another? (but I didn't check) In addition, there is no banal error display in CertificateError as in LoadError (errorText, failedUrl: ustring), you need to create some kind of construct(

Re: Update to CEF 85.3.10

Posted: Wed Sep 30, 2020 10:04 am
by salvadordf
This is how Chromium and CEF work at this moment.

CEF4Delphi can only show what the CEF API provides.