I use node-rest-client to make calls to http and https endpoints.
Are the calls to the https endpoints always encrytped using TLS? Do I need to explicitly configure the https settings in the options that I pass to the client as in the documentation or what is the default value?
I use node-rest-client to make calls to http and https endpoints.
Are the calls to the https endpoints always encrytped using TLS? Do I need to explicitly configure the https settings in the options that I pass to the client as in the documentation or what is the default value?
Thank you, Niclas