12-09-2025, 04:59 AM
(12-08-2025, 06:03 PM)dpapdpap Wrote: Remy, I installed TaurusTLS and I made a test app with just two components: an TidHTTP1 and a TTaurusTLSIOHandlerSocket. I set HTTP1.IOhandler:= TaurusTLSIOHandlerSocket1, I download DLLs v3.6/64bit puting them in app's dir and I tried a HTTP1.POST but i receive the error couldnotloadSSLlibrary. What i missed?
PS. Lazarus, Windows, app all are 64 bit
PS2. The same error raises when I'm trying to run the Demo "TaurusHTTPserver". It compiles ok but executing "LHTTP := THTTPServer.Create" raises the error
For OpenSSL 3.6 on Win64, you need the following file:
https://github.com/TaurusTLS-Developers/...-win64.zip
That should contain the files:
libcrypto-3-x64.dll
libssl-3-x64.dll
Those files need to be in the same directory as your executable. Look carefully. It would probably be in a directory such as lib\x86_64-win64

