[fixed] Issue with packages.meteor.com CERT_HAS_EXPIRED ? Can't deploy

Is anyone else getting “error: certificate has expired” messages when fetching from Atmosphere this morning?

I am getting these errors from Yesterday

While refreshing package catalog to resolve previous errors:
error: Network error: wss://packages.meteor.com/websocket: certificate has
expired
Any solution?

1 Like

When I run this command - NODE_TLS_REJECT_UNAUTHORIZED=0 meteor build --server-only --architecture os.linux.x86_64 --directory “$APP_BUNDLE_DIR”

I got following error -

Error: SQLITE_READONLY: attempt to write a readonly database

Please help

This error is not related to certificates. I believe your SQlite (where Meteor stores its catalog) is somehow just readonly.

Maybe your Meteor installation is somehow broken, did you try to reinstall from scratch?