Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : SSL problems
| Subject: | SSL problems |
| Posted by: | "Antonis Tsourinakis" (tsoyr..@otenet.gr) |
| Date: | Tue, 2 Oct 2007 15:57:57 |
(we sent the same email to atozedsoftware.indy.general we getting
connections timeouts from the server)
We use delphi 2007 for win 32 and the Indy components ver
10.1.5 (included in Delphi).
Whenever we try to establish a ssl connection by using the
tidhttp component with a tidsslopenhandlersocketopenssl
iohandler, we get an error, depending on the version of the installed
ssl dlls, the error is different. with the dlls in the binary
distribution of openssl.org (version 0.98 and 0.97) the error is
"could not load ssl library".
With the version in the developer snapshot from atozed software, the
error is "cannot connect with ssl", and with the version we had
already installed from delphi 7 the error is "read timeout".
Has anyone faced this problem and/or has a solution?
Is there a working demo somewhere on the Internet, that
we can download and see how it is working?
The demos provided from the developer snapshot, also present the same
errors.
We try also to install the developer snapshot but we failed.
a) in the idglobal.pas it was a definition TthreadId that was
undefined. We change it to THandle, and we succeeded to compile all
the bpls but we failed to install the 2 dcl.. bpls because it couldn't
find some entry points in the ...system.bpl.
Please because we want to transfer our programs from d7 with indy9 to
d2007 with indy 10, is there any one that can help us.
Thanks in advance.