Change of error description after turn off firewall

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
sphere
Posts: 1145
Joined: Sat Sep 27, 2014 10:32 am
Location: Earth, Except when i Jump

Change of error description after turn off firewall

Post by sphere » Sat Feb 18, 2017 4:41 pm

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.

Post Reply

Return to “Windows”