When you start an application in "fork" mode with the "NODE_EXTRA_CA_CERTS" environment variable set, the application is able to communicate with API servers without issue.
When you start the exact same application in "cluster" mode instead, the application cannot communicate with API servers.
How could we reproduce this issue?
Create a simple application that uses the NODE_EXTRA_CA_CERTS environment variable with a path to a certificate to communicate with an API.
Run the application in "fork" mode to see a working application.
Run the application in "cluster" mode to see that it doesn't work.
Supporting information
Nodejs version 20.17.0
Same issue in multiple host environments (Apple Silicon, Linux, etc)
What's going wrong?
When you start an application in "fork" mode with the "NODE_EXTRA_CA_CERTS" environment variable set, the application is able to communicate with API servers without issue.
When you start the exact same application in "cluster" mode instead, the application cannot communicate with API servers.
How could we reproduce this issue?
Supporting information
Nodejs version 20.17.0 Same issue in multiple host environments (Apple Silicon, Linux, etc)