NetTalk Central

Author Topic: Error -73 Could not Load SSL Dlls  (Read 3564 times)

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Error -73 Could not Load SSL Dlls
« on: April 27, 2016, 05:59:17 PM »
Hi All:  I'm hoping this is something simple.  I am rewriting an old C6 Nettalk App in C10 (latest NT release).  Got everything working on the local machine.  Set up my own .key and .crt files.  Switched the server to TLS and now I get the above error every time the server app is run.  Can't connect to it of course.  I checked for the necessary .dlls from the Clarion\Accessory\Bin folder and those appear to be correct.  Not sure what to look for next.  Any suggestions appreciated.

The full Errorcode is: 

Error = Unable to Listen on TCP Port
The error number was -73 which means SSL Could Not Load [SSL DLLs [LIBEAY32.DLL, LIBSSL32.DLL, SSLEAY32.DLL, MSVCR120.DLL]

Thanks,

Jim

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Re: Error -73 Could not Load SSL Dlls
« Reply #1 on: April 28, 2016, 09:47:39 AM »
The problem has been sorted.  A mixed bag of dll's -- per Bruce's suggestion on the UG.  Once I got all the files with the right versions, it worked.