![]() |
AW: SOAP THttpReqResp mit Certificate (Windows CertStore scsUser)
Zitat:
Delphi-Quellcode:
TRESTHTTPExt = class(TRESTHTTP)
private FClientCertificatePassword: string; FClientCertificatePath: string; FClientCertificateStream: TStream; procedure SetClientCertificatePath(const AValue: string); procedure SetClientCertificateStream(const AValue: TStream); public property ClientCertificateStream: TStream read FClientCertificateStream write SetClientCertificateStream; property ClientCertificatePath: string read FClientCertificatePath write SetClientCertificatePath; property ClientCertificatePassword: string read FClientCertificatePassword write FClientCertificatePassword; end; |
AW: SOAP THttpReqResp mit Certificate (Windows CertStore scsUser)
So, bei uns wurde das Thema mit den Clientzertifikaten nun auch noch ernster. Bis das bei uns alles wie gewünscht lief, waren allerdings noch so einige Eingriffe in den Delphi-Bibliotheken nötig. Unser Szenario war und ist dabei, dass wir aus dem System, das wir anbinden wollen, eine pfx-Datei geliefert bekommen haben. Ich habe für die ganzen Probleme, die dabei unter Windows und unter Linux aufgetreten sind, mal in QC neue Einträge erstellt:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:57 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz