NetTalk Central

Author Topic: API and ecec.dll  (Read 1617 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
API and ecec.dll
« on: June 30, 2024, 03:03:07 AM »
Hi,
NT 14.21  C11.0.136
I created an API app which I ran against a temporary server.  The temporary server did NOT require a login.   I have the database method working and the API method working.
I imported the database method to my working Net Talk server and set up a login and password for the kiosk.
I imported the NetWebClient procedure to make calls to the Server and set up a login and password.
Problem:
When I try to log onto my real server,  debug gives me an error that the server was not able to to TLS and could not load ecee.dll.   That dll is present.
Am I missing a setting on my "real" web server?
TIA,
Ron

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11232
    • View Profile
Re: API and ecec.dll
« Reply #1 on: June 30, 2024, 03:12:24 AM »
you can ignore the ECEC DLL - that's not in play for you.
What was the TLS error?

rjolda

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Re: API and ecec.dll
« Reply #2 on: July 01, 2024, 10:15:36 AM »
Hi,
I am not sure what I did but played with login and password and got it working.
Ron