Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BDS 2006, Indy 10.1.5 and HTTPS

234 views
Skip to first unread message

Artik

unread,
Jul 20, 2008, 8:17:31 AM7/20/08
to
Hello

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


Adrien Reboisson

unread,
Jul 20, 2008, 11:03:53 AM7/20/08
to
Hi,

> 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.

Artik

unread,
Jul 20, 2008, 12:01:12 PM7/20/08
to

> 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


0 new messages