fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

raised exception class EIdOSSLCouldNotLoadSSLLibrary with message 'Could not load SSL library.' #25

Closed gjelenc closed 10 years ago

gjelenc commented 10 years ago

When using Win64 as target platform, debugger raises exception:


Debugger Exception Notification

Project XXXXXX.exe raised exception class EIdOSSLCouldNotLoadSSLLibrary with message 'Could not load SSL library.'.

Break Continue Help

ronaldhoek commented 10 years ago

You probebly need to get you're hands on the 64-bit OpenSLL dlls.

Take a look at: http://indyproject.org/Sockets/fpc/OpenSSLforWin64.EN.aspx

gjelenc commented 10 years ago

Thanks it is working.