Skip to content

https encryption #208

Description

@niclasek

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions