Skip to content

Instantly share code, notes, and snippets.

@manegame
Created April 16, 2017 13:06
Show Gist options
  • Save manegame/45c23ff46d17665ea8bd9ea28ee02024 to your computer and use it in GitHub Desktop.
Save manegame/45c23ff46d17665ea8bd9ea28ee02024 to your computer and use it in GitHub Desktop.
Launch HTTPS Server with node
https://gist.github.com/jed/6147872
# in gulpfile, change the proxies to https://yourdomain.$(whoami):port to proxy
http-server -S -C ssl.crt -K ssl.key -p 8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment