NetTalk Central

Author Topic: Upgrade to 8.47  (Read 4749 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Upgrade to 8.47
« on: May 12, 2015, 02:23:56 AM »
Hi All,
NT 8.47
Upgraded from 8.45? I think
Now I cannott conect using SSL.  Have copeid the DLL's from my development directory to the server (Virtual, W 2012 R2)'
But just get timed out.

Any ideas?  This is production server so clients are down right now.  Tried reverting back but still can not connect.
Did not touch the certificates.

Brian
Brian

Vinnie

  • Full Member
  • ***
  • Posts: 183
    • View Profile
    • Email
Re: Upgrade to 8.47
« Reply #1 on: May 12, 2015, 04:46:24 AM »
Hi Brian

Nettalk 8.47 version has the updated openSSL Dll's Version 1.02A


libssl32.dll ; sslleay32.dll and libeay32.dll

These three files need to be copied in the folder where the EXE is running.

You can check the file using windows explorer and right click the file and properties and then details.

if version 1.01?? then this is not Nettalk 8.47.

Hope this points you in the right direction.

Cheers

Vinnie

Vinnie

  • Full Member
  • ***
  • Posts: 183
    • View Profile
    • Email
Re: Upgrade to 8.47
« Reply #2 on: May 12, 2015, 04:53:48 AM »
Hi Brian

Just another thought.

You do not have to change the SSL certificate to use openssl 1.02a

I also check the window firewall allow program when you did the upgrade.

Cheers

Vinnie

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Upgrade to 8.47
« Reply #3 on: May 12, 2015, 12:17:11 PM »
Thanks Vinnie,

I checked the Windows Firewall (2012 R2) and made sure port 443 was open.  Also checked the SSL dll's which all look good at 1.02a.
Turned off the firewall just in case still no joy.
Recompiled using port 88 and no SSL and it works just fine.
Have been checking with the VM provider but no lucj there so far.

Bruce has a new build tomorrow which I will try and see what happens.

Brian
Brian

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Upgrade to 8.47
« Reply #4 on: May 13, 2015, 02:05:10 AM »
This is the status so far:

When I compile using port 88 and no SSL all works fine
If I do a netstat -an on the server I can see the port 88 be listened on
If I compile using 443 and SSL on - no joy
Netstat -an does not show port 443 being listened on?

This is regardless of Firewall on or off.
Brian

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Upgrade to 8.47
« Reply #5 on: May 13, 2015, 11:50:03 PM »
Solved the issue.

I did a search on the server for the SSL DLL's and found that Postgres loads these when you setup ODBC.  These were getting called before the DLL's in the EXE directory.  Renamed them and all works fine on 443 using SSL.

Thanks for your input.

Brian.
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Upgrade to 8.47
« Reply #6 on: May 14, 2015, 12:27:52 AM »
cool.