You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My company is using zscaler and a request is blocked throwing an error. Any help would be appreciated.
The command used:
npx graphql-code-generator init --verbose
The plugins selected are:
Typescript
Typescript GraphQL Document Nodes
Output (typical error when blocked by zscaler):
Fetching latest versions of selected plugins...
Error: unable to get local issuer certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)
at TLSSocket.emit (node:events:518:28)
at TLSSocket._finishInit (node:_tls_wrap:1085:8)
at ssl.onhandshakedone (node:_tls_wrap:871:12) {
code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'
}
Digging into the source code I thought it was a request to this domain, that's the only HTTP reference I found:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
My company is using zscaler and a request is blocked throwing an error. Any help would be appreciated.
The command used:
The plugins selected are:
Output (typical error when blocked by zscaler):
Digging into the source code I thought it was a request to this domain, that's the only HTTP reference I found:
graphql-code-generator/packages/graphql-codegen-cli/src/utils/get-latest-version.ts
Line 9 in 21fbf0d
But I'm not blocked when running:
I just need a domain so I can ask for it to be allowed, any idea what it can be?
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions