NetTalk Central

Author Topic: NT 8.23 to 8.38 upgrade issues  (Read 5134 times)

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
NT 8.23 to 8.38 upgrade issues
« on: February 25, 2015, 10:54:17 AM »
Bruce,

   I just upgraded NT to 8.38, in preparation for the fix you made for me coming in 8.39.  My web app compiles fine and runs out on my server.  However, I find I cannot connect to it.  All browsers time out when trying to connect.  The NT 8.23 version runs fine.  This is an SSL app on port 443.
I deleted all source and rebuilt the app.  I moved the latest ClaNET.dll to the server along with the newest web folder.  I have the latest StringTheory, still no luck.

   I suspect this might be an SSL dll related issue, with changes related to recent SSL bugs.  Can you help?

Thanks,

Jeff King

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Re: NT 8.23 to 8.38 upgrade issues
« Reply #1 on: February 25, 2015, 11:46:16 AM »
Some more info:

Compiled my app and ran locally on port 88, without SSL.  Works fine.

Compiled BasicSSL example (8) and copied the DLLS in its folder, to my server, still did not work on my server.
When compiled locally with SSL on 443 and ran the exe, got an error:  SSL could not load SSL DLL's:  LIBEAY32.dll; LIBSSL32.DLL; MSVCR71.DLL

The first two DLLs are in the app folder, with MSVCR91.dll.  Do I need MSVCR71.dll or MSVCR91.dll ?

Still trying to figure this out.

Jeff

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Need Help! Re: NT 8.23 to 8.38 upgrade issues
« Reply #2 on: February 25, 2015, 07:16:32 PM »
I'm dead in the water and need help!

I have tried newer versions of ssl from the openssl web site.  I need the 4 dll required for NT 8.38.  Does anyone have a working NT 8.38 SSL app and can send me the 4 files they use successfully?

Thanks,

Jeff

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: NT 8.23 to 8.38 upgrade issues
« Reply #3 on: February 25, 2015, 08:28:19 PM »
Jeff, I think you are right in you need the latest of those files. I would just search your clarion subfolders as they should end up in your accessory\bin folder

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: NT 8.23 to 8.38 upgrade issues
« Reply #4 on: February 26, 2015, 03:38:18 AM »
Hi Jeff
 Not sure it's your problem but this may be it from the history update notes

Updated: OpenSSL libraries updated to version 1.0.1l
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: NT 8.23 to 8.38 upgrade issues
« Reply #5 on: February 26, 2015, 04:42:30 AM »
the updated files should be in \accessory\bin and hence copied from there to your app folder.

You don't say if the app is running on your machine ok? If it is then deploy the DLL's that are in your app folder.

cheers
Bruce

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Re: NT 8.23 to 8.38 upgrade issues
« Reply #6 on: February 28, 2015, 05:43:47 PM »
Bruce,

     I have tried the example app Basic SSL (6).  It does not run on my machine.  It gives the attached error at startup.  I don't think the 8.38 install copied the correct SSL dlls to the accessory\bin folder.

Thanks,

Jeff

[attachment deleted by admin]
« Last Edit: February 28, 2015, 06:11:46 PM by kingja »

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Re: NT 8.23 to 8.38 upgrade issues
« Reply #7 on: February 28, 2015, 06:14:38 PM »
Bruce,

     I deleted the ssl files in the accessory\bin folder and re-installed NT 8.38.  This resulted in newer ssl files in accessory\bin and the web6 folder.  Now web6.exe loads without the previous error.  However, when I try to use the app I get numerous communication errors like the one attached.

Jeff

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: NT 8.23 to 8.38 upgrade issues
« Reply #8 on: March 01, 2015, 11:41:00 PM »
yes you will gt those errors if "Suppress Errors" is not turned on.
which is why it is on by default.
You turned it off to diagnose the SSL errors, but now you need to turn it back on again.

cheers
Bruce