Is Somebody resolved the problem with https in Indy 10.0.3 (BDS2006)?
If I want reach a document from the "https://adresss..." I obtain one of the
following errors:
- error connecting ssl;
- read Timeout;
- cant load ssl libraty
This is one of my probe:
IdSSLIOHandlerSocketOpenSSL1.DefaultPort:=443;
IdSSLIOHandlerSocketOpenSSL1.Port:=443;
IdSSLIOHandlerSocketOpenSSL1.Host:='https://www.....';
IdSSLIOHandlerSocketOpenSSL1.SSLOptions.Mode:=sslmClient;
s:=IdHTTP1.ConnectAndGetAll;
I downloaded ssleay32.dll,libeay32.dll,libssl32.dll from
http://www.openssl.org but and put it in the application directory but I
obtain the same errors still.
What can I change to resolve my problem?
With regards
Arti
> I downloaded ssleay32.dll,libeay32.dll,libssl32.dll from
> http://www.openssl.org but and put it in the application directory but I
> obtain the same errors still.
AFAIK, you should use the custom SSL DLLs for Indy if you use this old
version. They should be available on http://indy.fulgan.com/SSL/
Regards,
A.R.
Hmm, I tested them (96m) though I read earlier that you should already use
official libraries from the version 10.1.5.
Unfortunately continually the same mistake.
I found many questions about this problem in google, however all solutions
were described for Indy 9.0.
Do I maybe something different - not so as I should?
Arti