Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N node-http-proxy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 482
    • Issues 482
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • http ... PARTY!
  • node-http-proxy
  • Merge requests
  • !590

Pass HTTPS client parameters.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/apcj/https-params into master Feb 22, 2014
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: apcj

For my application I need fine-grained control over the ciphers used when establishing the TLS sockets underlying the outgoing HTTPS connection. This functionality is supported by the HTTPS client using the ciphers parameter: http://nodejs.org/api/https.html#https_https_request_options_callback However, I couldn't find a way to use the parameter in the backend of a proxy, hence this pull request.

While I was in there I thought I'd add all of the other optional HTTPS parameters, so this pull request also passes pfx, key, passphrase, cert, ca and secureProtocol.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/apcj/https-params