Open grmartins opened 1 month ago
Hi,
This is a known issue in the CEF project.
Try setting TChromiumCore.RuntimeStyle to CEF_RUNTIME_STYLE_ALLOY and test the demo in a computer with a valid client certificate. If Chromium can't find any valid certificate the event is not triggered.
Read these code comments about the TChromiumCore.RuntimeStyle property.
The same issue using CEF_RUNTIME_STYLE_ALLOY! Is there anything else I can try?
Thanks
I'm sorry but this issue has to be resolved in the CEF project.
If your application requires this feature now then you will have to use CEF4Delphi 127 for the moment. Set GlobalCEFApp.ChromeRuntime to FALSE before the GlobalCEFApp.StartMainProcess call in the DPR file.
You can reproduce the issue using the Delphi_VCL\MiniBrowser demo. Just create a breakpoint at Chromium1SelectClientCertificate and navigate to a website that requires user certificate. Using the same demo code with 127.0.6533.100 everything works.
Is there any workaround? Thanks a lot.