Originally Posted by
Arnagus
It looks like the node.js delayed-response solution (on localhost) stopped working.
I had the node.js hosted on another system in my network, but around v4.8, it stopped. Note that the default URL from Mattekure still works (but due to distance, I would prefer running my own).
As Mattekure uses a https URL, and returning a 301 redirect instead of the 200 status, I modified the node.js configuration to do the same, but without any luck.
When starting the Timer, FGU asks with the usual pop-up to connect to the URL, but then - no connection is ever made.
Host name resolves (from the system running FGU) without issue, changing the URL to an IPv4 address also does not do the trick.
When calling the same URL with curl, I get responses (seeing it in the server logs), but FGU does not reach out.
Anyone any clue? Is FGU doing some URL checking now or rejecting non-HTTPS, or self-signed certificates?