Subject: | How can I access "https://login.passport.com" with INDY? |
Posted by: | Peter FZSZ (peterfzszgmail.com) |
Date: | Wed, 28 Jun 2006 |
My IDE is Delphi 7 Enterprise.
I use TIdTCPClient like this:
//I have already set IdTCPClient1.IOHandler
IdTCPClient1.Host := 'login.passport.com';
IdTCPClient1.Port := 443;
IdTCPClient1.Connect;
There always throw EIdOSSLConnectError "Error connecting with SSL".