Page 1 of 1

Change of error description after turn off firewall

Posted: Sat Feb 18, 2017 4:41 pm
by sphere
FYI

I could not open a stack anymore from my website after the host moved it to a new faster server.
Just by testing found out that disabling the Windows Firewall can give a better error description in LC.

With below simple script trying to get a piece of script:

Code: Select all

on mouseUp
go url "https://website.nl/lcstack/thisstack.livecode"
answer the result
end mouseUp
With Firewall ON this error is given:
firewallOn.PNG
With Firewall OFF this error is given:
firewallOff2.png
Now we're getting somewhere.

Solution was to renew the Let's Encrypt Certificate, allthough there was plenty of time left before renewal.