I'm curious to know if the update-notification in the admin module still works if you do that.
The HTTP::fetch is using file_get_contents() with a http-context and the update-notification is using curl.
We should probably replace everything with a generic http-client like Guzzle instead.
Originally posted by @tvdijen in 23e7e89