Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http-party/node-http-proxy
base: de0928f616dd
Choose a base ref
...
head repository: http-party/node-http-proxy
compare: 5ff2b6e1a13d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 10, 2013

  1. Pass default certs to SNICallback example

    Using only SNICallback to create a HTTPS / TLS server is bad. It means all non SNI clients can't do anything because there are no certs.
    
    in v0.10 of node TLS server was updated to throw if you forgot to supply certs.
    
    Which means that every HTTPS server needs to supply certs as a fallback for when SNI is not available.
    
     - closes #399
    Raynos committed May 10, 2013
    Copy the full SHA
    f5e1844 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2013

  1. Merge pull request #419 from Raynos/patch-1

    Pass default certs to SNICallback example
    indexzero committed Jun 15, 2013
    Copy the full SHA
    5ff2b6e View commit details
    Browse the repository at this point in the history