When running a script from a scheduled task it seems as if the script no longer have access to external sites. All requests ends with a connection timeout. This has been tested using python's request package as well as calling curl via subprocess.Popen. If the script is started from a bash console the connections work as expected (and as they previously did also from the sceduled tasks. What has happened to the permissions for scheduled tasks?