|
Author | TLSDemoCert Error Interface not supported |
CHAIPORN SURATEMEKUL 2020-11-17 04:23:01 Registered user |
TLSDemoCert in StreamSec Tools 4.0.1.329 cause error Interface not supported when click New Root button.
How to solve this problem ? |
Henrick Wibell Hellström 2020-11-26 09:11:58 Registered user |
Circumvent this error by altering RootCreator.pas, so that Root.pfx is saved in compatibility mode, like Server.pfx. There are two lines that have to be changed in RootCreator.pas.
Line 125 (in procedure TdmRoot.CreateRoot): KeysAndCerts.ExportToPFX('root.pfx',GetInternalPassword,lCert,'','','',GetPFXCompat); Line 145 (in function TdmRoot.GetPFXCompat): Result := True; The line numbers correspond to the demo in the ..\Demos\Delphi 10_4 Sydney\TLSDemoCert\ folder. The underlying problem is fixed internally and will be resolved in the next update. Thank you for your report. |