NetTalk Central

Author Topic: s_web._SitesQueue.Defaults.ExternalHttps = 1  (Read 1876 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
s_web._SitesQueue.Defaults.ExternalHttps = 1
« 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 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: s_web._SitesQueue.Defaults.ExternalHttps = 1
« Reply #1 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: s_web._SitesQueue.Defaults.ExternalHttps = 1
« Reply #2 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.)