We have to have an HTTPS connection to one our vendors sites by October. Can the Indy 9 or 10 library be used to piece together an HTTPS connection? We can use D7 or D2006. Help?
var
h : TIdHTTP;
begin
h := TIdHTTP.Create;
h.IOHandler := TIdSSLIOHandlerSocketOpenSSL.Create;
TIdSSLIOHandlerSocketOpenSSL(h.IOHandler).SSLOptions.Method := sslvSSLv3;
Search your harddrive for these two files:
libeay32.dll
ssleay32.dll
If you find them, copy them to where your project's .EXE runs from. If you can't find them, go to
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.