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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Cancel Certificate Selection

Post Reply
LeviC
Posts: 2
Joined: Fri Nov 08, 2024 7:00 pm

Cancel Certificate Selection

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

Re: Cancel Certificate Selection

Post 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.
LeviC
Posts: 2
Joined: Fri Nov 08, 2024 7:00 pm

Re: Cancel Certificate Selection

Post by LeviC »

I understand, thank you very much for your help
darkducke
Posts: 23
Joined: Thu Feb 15, 2018 4:29 pm

Re: Cancel Certificate Selection

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

Re: Cancel Certificate Selection

Post 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.
Post Reply