You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, --port (and --host) for Dynalite do not work in CLI mode, as they're only passed when creating an HTTPS server (see: #176 (comment)). Easy fix!
The text was updated successfully, but these errors were encountered:
Add `--key`, `--cert`, `--ca` CLI flags, and `useSSLFilePaths` API option
Only require `http` or `https`, but not both
Update types
Fix `--port` + `--host` not being passed in `http` mode; fixes#178
@mhart yeah, you are correct, this issue is invalid. I conflated a couple diff paths in here (passing in options vs. the ability to pass these same options to server.listen()). Marking invalid, ty!
Currently,
--port
(and--host
) for Dynalite do not work in CLI mode, as they're only passed when creating an HTTPS server (see: #176 (comment)). Easy fix!The text was updated successfully, but these errors were encountered: