Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https encryption #208

Open
niclasek opened this issue Apr 15, 2020 · 0 comments
Open

https encryption #208

niclasek opened this issue Apr 15, 2020 · 0 comments

Comments

@niclasek
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant