Page 1 of 1

Cancel Certificate Selection

Posted: Mon Nov 11, 2024 5:00 pm
by LeviC
Hello,

How can I cancel this certificate request? To load this page we can simply cancel and the page loads normally. I've already tried using IgnoreCertificateErrors but it didn't work.

Image

Re: Cancel Certificate Selection

Posted: Tue Nov 12, 2024 2:45 pm
by salvadordf
Hi,

There's a known issue with the TChromium.OnSelectClientCertificate event not being triggered in CEF 128
https://github.com/salvadordf/CEF4Delphi/issues/532

The fix was applied to the master branch of CEF and that means that we will have to wait until CEF 132 is released or use CEF 127.

Re: Cancel Certificate Selection

Posted: Tue Nov 12, 2024 5:33 pm
by LeviC
I understand, thank you very much for your help

Re: Cancel Certificate Selection

Posted: Wed Nov 13, 2024 10:06 pm
by darkducke
salvadordf wrote: Tue Nov 12, 2024 2:45 pm Hi,

There's a known issue with the TChromium.OnSelectClientCertificate event not being triggered in CEF 128
https://github.com/salvadordf/CEF4Delphi/issues/532

The fix was applied to the master branch of CEF and that means that we will have to wait until CEF 132 is released or use CEF 127.
Hello, do you have any forecast for CEF 132?
Thanks!!!

Re: Cancel Certificate Selection

Posted: Thu Nov 14, 2024 9:52 am
by salvadordf
This is the Chromium release schedule :
https://chromiumdash.appspot.com/schedule

According to Google, Chromium 132 will be released on Tue, Jan 14, 2025.

The CEF project maintainer usually releases a new version a few days after each Chromium release and I release new CEF4Delphi versions after that.