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

Support HTTPS #274

Merged
merged 10 commits into from Oct 17, 2017
Merged

Support HTTPS #274

merged 10 commits into from Oct 17, 2017

Commits on Oct 11, 2017

  1. Support HTTPS

    This should hopefully resolve #178. It uses the example given in the
    `micro` examples of `with-https`. It has some rough edges still that
    needed to be sanded down:
    
    * Choosing a specific short flag name for ssl (and if the initial flag
    should still be called ssl; I'm tempted to rename it to `https` or what
    have you).
    
    * The example always acks with 200 and the example object.
    
    * It does not support compression and merely overwrites the previous
    server var.
    justanotherdot committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    b08090a View commit details
    Browse the repository at this point in the history
  2. Pass appropriate handler to https server

    This also calls `compress' on the handler when the `unzipped' flag is
    not present.
    justanotherdot committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    abb9c66 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Move https import to appropriate section

    Ryan James Spencer committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    90ed1d8 View commit details
    Browse the repository at this point in the history
  2. Change SSL flag copy

    Ryan James Spencer committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    010a4dd View commit details
    Browse the repository at this point in the history
  3. Merge in master to update package-lock.json

    Ryan James Spencer committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    2fa4015 View commit details
    Browse the repository at this point in the history
  4. Address conflicts

    Ryan James Spencer committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5ac6e51 View commit details
    Browse the repository at this point in the history
  5. Use master package-lock.json to avoid conflicts

    Ryan James Spencer committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    b1a443f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9cb853 View commit details
    Browse the repository at this point in the history
  7. Make travis happy by updating ava snapshots

    Ryan James Spencer committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    ec47459 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Fix sha1 to sha512 flipping per npm 5.3.0 issue

    Ryan James Spencer committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    27616ff View commit details
    Browse the repository at this point in the history