Board index » delphi » IdPop3 "Could not load SSL library"

IdPop3 "Could not load SSL library"


2008-02-19 01:15:44 PM
delphi19
Trying to connect to a GMail test email account. I get "Could not load
SSL library". In Delphi 2005, Indy 10, Vista.
I am using the code found in these sites:
www.q3.nu/trucomania/truco.cgi?560&ing
www.delphi3000.com/articles/article_4374.asp?SK
--
Don Gollahon
 
 

Re:IdPop3 "Could not load SSL library"

"Don Gollahon" <XXXX@XXXXX.COM>writes
Quote
Trying to connect to a GMail test email account. I get "Could
not load SSL library". In Delphi 2005, Indy 10, Vista.
Are you using the Indy 10 version that shipped with D2005, or did you
download a newer version? Are you using the proper OpenSSL DLLs that are
meant for the version of Indy 10 you are using? Have you called Indy's
WhichFailedToLoad() function to find out why OpenSSL failed to load?
Gambit