![]() |
|
IntraWeb 64 bit can't load SSL files - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IntraWeb 64 bit can't load SSL files (/thread-4734.html) |
IntraWeb 64 bit can't load SSL files - Peter Home - 11-28-2024 I have Delphi 10.2 (Update 3) and IntraWeb 15.5.4 I have developed a 32 bit Standalone Intraweb server which has been running for many years. I'm currently porting it across to 64 bit. It runs fine on the local machine but, when I deploy it to our server, it says "Error: Failed to load OpenSSL 1.1.1 libraries" when starting the program. I'm guessing that I'd need 64 bit dlls (libssl___.dll and libcrypto___.dll). I've tried a half dozen different dlls from various places on the internet but none will work. Or am I barking up the wrong tree? RE: IntraWeb 64 bit can't load SSL files - JuergenS - 12-01-2024 https://wiki.overbyte.eu/arch/openssl-1.1.1w-win64.zip RE: IntraWeb 64 bit can't load SSL files - Peter Home - 12-01-2024 Works perfectly. Thanks. |