NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on August 05, 2020, 04:50:46 AM

Title: s_web._SitesQueue.Defaults.ExternalHttps = 1
Post by: MikeR on August 05, 2020, 04:50:46 AM
Hi
I am setting this in embed point

  ! Start of "Override Default Server Settings"
  ! [Priority 5000]
  s_web._SitesQueue.Defaults.ExternalHttps = glo:ExternalHttps   
  ! End of "Override Default Server Settings"

It still doesnt work for testing api calls, they generate http:// requests 
Title: Re: s_web._SitesQueue.Defaults.ExternalHttps = 1
Post by: Bruce on August 05, 2020, 10:35:22 PM
I don't think this setting does what you think it does...

But perhaps a small example app of what you are doing would help?

cheers
Bruce
Title: Re: s_web._SitesQueue.Defaults.ExternalHttps = 1
Post by: Bruce on September 02, 2020, 12:23:09 AM
For NetTalk 12 I've created a new property
p_web.site.ConnectionSecure

this is set to 1 if EITHER p_web.SSL = 1 OR p_web.site.ExternalHttps = 1 (or BOTH).
I've changed the class and template to use this throughout (where applicable.)