Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Update to CEF 85.3.10

Post Reply
User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 85.3.10

Post by salvadordf »

Hi,

CEF4Delphi is now updated to CEF 85.3.10 which includes this change : The CEF binaries are these :
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 85.3.10

Post 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
User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 85.3.10

Post by salvadordf »

All web browsers need you to have the system clock correctly set in order to check the validity of the certificates.
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 85.3.10

Post 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.
User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 85.3.10

Post by salvadordf »

Use TChromium.OnCertificateError to get the right certificate error code.

ERR_ABORT comes after the TChromium.OnCertificateError event.
dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Update to CEF 85.3.10

Post 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(
User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 85.3.10

Post by salvadordf »

This is how Chromium and CEF work at this moment.

CEF4Delphi can only show what the CEF API provides.
Post Reply