-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
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?
connection: {
secureOptions: constants.SSL_OP_NO_TLSv1_2,
ciphers: 'ECDHE-RSA-AES256-SHA:AES256-SHA:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM',
honorCipherOrder: true
}
Thank you,
Niclas
Metadata
Metadata
Assignees
Labels
No labels