We are using NodeJS server with Node Version 12. Our server also makes request to other servers to get some data. Out of the box Node is using TLS 1.3 for making these requests to other server.
Can we force NodeJS to use TLS1.2 instead of 1.3 ?!
I have seen the tips to configure NodeJS http server to use TLS1.2 but how to configure my overall Node application to use TLS1.2 for sending requests?