There is a network error introduced since build 3535 (tested up to the latest 3545) in a desktop Mac app.
Same code works in 3531 and in the simulator (including 3545).
Network error: A server with the specified hostname could not be found.
Code used include:
network.request(URL, "GET", netListener)
and
local luasecHTTPS = require "plugin\_luasec\_https" luasecHTTPS.request(URL)
In the 3535 release notes: “macOS/Simulator: adding hack to ignore certificate type”
Could this be certificate related?