apollo-tooling icon indicating copy to clipboard operation
apollo-tooling copied to clipboard

Apollo CLI --skipSSLValidation not respected

Open alexkrolick opened this issue 4 years ago • 5 comments

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

alexkrolick avatar Jan 26 '21 19:01 alexkrolick

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.

cltnschlosser avatar Jan 28 '21 16:01 cltnschlosser

apollo/2.32.5 linux-x64 node-v14.15.5 same issue

1yzz avatar Feb 21 '21 03:02 1yzz

I'm getting the same issue on apollo/2.32.5 windown-x64 node-v14.16.0

TimoWilhelm avatar Mar 21 '21 19:03 TimoWilhelm

Same problem using Mac apollo/2.32.5 darwin-x64 node-v15.13.0

rafagcamargo avatar Mar 31 '21 23:03 rafagcamargo

I made a downgrade to 2.29.0. This version is ok

EduardoLwx avatar May 24 '21 20:05 EduardoLwx