We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3efd20 commit 1d1df39Copy full SHA for 1d1df39
2 files changed
CHANGELOG.md
@@ -31,7 +31,7 @@
31
- `apollo-tools`
32
- <First `apollo-tools` related entry goes here>
33
- `vscode-apollo`
34
- - <First `vscode-apollo` related entry goes here>
+ - Add env variable to silence TLS errors [#1212](https://github.com/apollographql/apollo-tooling/pull/1212)
35
36
## `apollo@2.10.3`
37
packages/vscode-apollo/src/languageServerClient.ts
@@ -15,7 +15,8 @@ export function getLanguageServerClient(
15
const env = {
16
APOLLO_CLIENT_NAME: "Apollo VS Code",
17
APOLLO_CLIENT_VERSION: version,
18
- APOLLO_CLIENT_REFERENCE_ID: referenceID
+ APOLLO_CLIENT_REFERENCE_ID: referenceID,
19
+ NODE_TLS_REJECT_UNAUTHORIZED: 0
20
};
21
22
const debugOptions = {
0 commit comments