AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Netzwerke Delphi Open SSL 0.9.8h -> Could not load SSL library.
Thema durchsuchen
Ansicht
Themen-Optionen

Open SSL 0.9.8h -> Could not load SSL library.

Ein Thema von gandime · begonnen am 6. Aug 2008 · letzter Beitrag vom 11. Aug 2008
 
gandime
(Gast)

n/a Beiträge
 
#1

Open SSL 0.9.8h -> Could not load SSL library.

  Alt 6. Aug 2008, 21:07
Hi,
ich habe meine Open SSL Verion upgedated und seit dem bekomme ich immer diesen Fehler:
Zitat:
Erste Gelegenheit für Exception bei $76A3F35F. Exception-Klasse EIdOSSLCouldNotLoadSSLLibrary mit Meldung 'Could not load SSL library.'. Prozess PrjPsc.exe (1312)
Ich habe auch versucht mir ein neues Zertifikat zu erstellen (Class 3 Public Primary Certification Authority) trotzdem bekomme ich den selben Fehler!
Mein Code:
Delphi-Quellcode:
var
  ht: TIdHTTP;
  ssl: TIdSSLIOHandlerSocketOpenSSL;
begin
  ht.HandleRedirects:=True;
  ht.RedirectMaximum:=15;
  ht.Request.UserAgent:='Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)';
  ht.IOHandler:=ssl;
  ssl.SSLOptions.CertFile:=ExtractFilePath(ParamStr(0))+'ssl.cer';// ja der Zertifikat liegt im ordner ;-)
  ssl.SSLOptions.VerifyDepth:=2;
  ssl.SSLOptions.Method:=sslvSSLv3;
  ssl.SSLOptions.Mode:=sslmClient;
  ht.ReadTimeout:=5000;
  s:=ht.get('https://customer.cc.at.paysafecard.com/psccustomer/GetWelcomePanelServlet#');// Fehler
end;
ht und ssl sind richtig inizialisiert!


Was mache ich falsch?


mfg
gnaidme
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:42 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