FlightAware have been redirecting HTTP connections to HTTPS connections with plans on removing all unencrypted connections in the future.
I wonder if this problem has something to do with the migrating to HTTPS. I have heard of a few things breaking with https migration but not this part.
Try wget with https:// instead of http://
http is connected over port 80
https is connected over port 443