-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support serving web and api over https locally (#140)
* feat(core): allows to specify protocol * feat: add useHttps config entry * feat(proxy): supports serving traffic over https ref: #4 * refactor: makes useSsl flags type boolean accepted these suggestions - #140 (comment) - #140 (comment) - #140 (comment) * style: modifies test case and error mesasges - #140 (comment) - #140 (comment) * refactor: uses `ssl` insted of `useHttps` for making it suitable as a CLI option argument * fix: defines ssl related environment variables to types definitions * feat: adds ssl options to CLI flags * refactor: changes the timing when validating ssl related args * feat: changes in behavior when SSL cert or key are not specified * style: modifies cli options description messages - #140 (comment) - #140 (comment)
- Loading branch information
Showing
7 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters