apollo-tooling
apollo-tooling copied to clipboard
Apollo CLI --skipSSLValidation not respected
See #1590 - Apollo CLI unable to verify the first certificate when downloading schema via HTTPS
The flag is no longer working; you have to set the environment variable NODE_TLS_REJECT_UNAUTHORIZED
for Node to ignore it
This was working in 2.31.2, but now isn't in 2.32.1. https://github.com/apollographql/apollo-tooling/pull/2181 Seems to be the most likely change to causes a break, but not sure why. Could be unrelated and was caused by a dependency version change.
apollo/2.32.5 linux-x64 node-v14.15.5 same issue
I'm getting the same issue on apollo/2.32.5 windown-x64 node-v14.16.0
Same problem using Mac
apollo/2.32.5 darwin-x64 node-v15.13.0
I made a downgrade to 2.29.0. This version is ok