NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: hectorp on May 17, 2022, 04:54:46 AM

Title: Moving application from NT 8.59 to 11.53
Post by: hectorp on May 17, 2022, 04:54:46 AM
Hi

I'm converting my NT app from 8.59 (Clarion9.1) to NT11.53 (Clarion 11) and have some question I hope someone could answer;

In the past the app requires to listen on port  80 and redirects to a secure port by defining two NetSimple objects. Is that the same for NT 11.53?

Also, there is a place in the security tab where a tick is checked (Use ssL to make server secure) and a placeholder to indicate where the certificate is located.  I don't find that option in NT 11.53. Where can I tell the application where to locate the security certificate?

Thank in advance for any help.
Title: Re: Moving application from NT 8.59 to 11.53
Post by: Bruce on May 17, 2022, 07:44:00 PM
>> In the past the app requires to listen on port  80 and redirects to a secure port by defining two NetSimple objects. Is that the same for NT 11.53?

no, that changed a while back. See
https://www.capesoft.com/docs/NetTalk12/NetTalk10Upgrade.htm
specifically
https://www.capesoft.com/docs/NetTalk12/NetTalk10Upgrade.htm#ListeningOn2Ports

while you're at it you might want to read through
https://www.capesoft.com/docs/NetTalk12/NetTalk9Upgrade.htm
and
https://www.capesoft.com/docs/NetTalk12/NetTalk11Upgrade.htm

>> Also, there is a place in the security tab where a tick is checked (Use ssL to make server secure) and a placeholder to indicate where the certificate is located.  I don't find that option in NT 11.53. Where can I tell the application where to locate the security certificate?

It's still a setting, now on the security tab I think, but most-all apps now use the runtime settings control template so this can be set at runtime.


Title: Re: Moving application from NT 8.59 to 11.53
Post by: hectorp on May 24, 2022, 09:16:34 AM
Bruce,

I'll take a look at it.

Thank you.