You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: