elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Feature request: --ssl* ala EmberCLI #203

Open ijcd opened 7 years ago

ijcd commented 7 years ago

Add the ability to have a .elm-reactor conf file along w/ --ssl* options that allow setup of SSL. There are some other helpful flags for proxying secure apis as well.

  --ssl (Boolean) (Default: false)
  --ssl-key (String) (Default: ssl/server.key)
  --ssl-cert (String) (Default: ssl/server.crt)

https://ember-cli.com/user-guide/

% ember server --help

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.