The Node SDK allows passing verify_ssl: false to disable TLS. But since #1491, this now disables TLS for the entire Node process, not just for Looker requests. This was even highlighted at the time by a GitHub review bot: https://github.com/looker-open-source/sdk-codegen/pull/1491/changes#r1731533193.
See https://github.com/looker-open-source/sdk-codegen/blame/sdk-node-v26.8.0/packages/sdk-node/src/nodeTransport.ts#L332-L334
The Node SDK allows passing
verify_ssl: falseto disable TLS. But since #1491, this now disables TLS for the entire Node process, not just for Looker requests. This was even highlighted at the time by a GitHub review bot: https://github.com/looker-open-source/sdk-codegen/pull/1491/changes#r1731533193.See https://github.com/looker-open-source/sdk-codegen/blame/sdk-node-v26.8.0/packages/sdk-node/src/nodeTransport.ts#L332-L334