MaxCDN, our CDN provider for static files, is at the end of its useful life and Meteor had to change the content delivery network URL structure. Meteor has been proactively updating those locations where they have defined URLs.
We know some customers have custom scripts/pipelines/automations that use the URL, it’s important to update the old domain names to the new URL structure.
Search for the following domain names:
static-meteor.netdna-ssl.com
static.meteor.netdna-cdn.com
and replace with our new endpoint:
static.meteor.com
Example:
You will need to replace static-meteor.netdna-ssl.com
with static.meteor.com
The rest of the URI remains unchanged.
OLD PATH:
https://static-meteor.netdna-ssl.com/packages-bootstrap/2.9.0/meteor-bootstrap-os.linux.x86_64.tar.gz
NEW PATH:
https://static.meteor.com/packages-bootstrap/2.9.0/meteor-bootstrap-os.linux.x86_64.tar.gz
Important dates:
December 20th, 2022 - All URLs should be updated
December 31st, 2022 - MaxCDN shuts down
If you have any questions, concerns, or feedback, please feel free to reach out to us at support@meteor.com.