Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi SSL/HTTPS Problem (https://www.delphipraxis.net/41567-ssl-https-problem.html)

4c1d 5. Mär 2005 11:05


SSL/HTTPS Problem
 
Hallo,

Ich benutze bei einem Programm die Indy Komponente idHTTP und, um auch https seiten ansteuern zu können, ein TIdSSLIOHandlerSocket :
Delphi-Quellcode:
IO := TIdSSLIOHandlerSocket.Create(Application);
IO.SSLOptions.Method := sslvSSLv23;
IO.SSLOptions.Mode := sslmClient;
HTTP.IOHandler := IO;
{Test}
try
a:=http.Get('https://www.paypal.com'); //a:ansistring
showmessage('no error');
except
showmessage('error');
end;
Das geht auf meinem Computer auch problemlos (->no error, Seite kann heruntergeladen werden)
Allerdings funktioniert es auf mehreren anderen Rechnern (befindlich in den USA) nicht (es wird error ausgegeben), wobei normale HTTP-Verbindungen auch da laufen.
Ich weiß nicht, woran das liegt. Kennt vielleicht jemand https-fähige Komponenten, auf die man ausweichen könnte ?


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:03 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz