-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MF-25 - Add secure WS listener (#23)
* init add wss listener Signed-off-by: Ivan Milošević <[email protected]> * resolve conflicts after rebase Signed-off-by: Ivan Milošević <[email protected]> * add wss listener Signed-off-by: Ivan Milošević <[email protected]> * add tls flag Signed-off-by: Ivan Milošević <[email protected]> * example Signed-off-by: Ivan Milošević <[email protected]> * remove example Signed-off-by: Ivan Milošević <[email protected]> * refactor code Signed-off-by: Ivan Milošević <[email protected]> * remove debug print Signed-off-by: Ivan Milošević <[email protected]> * move extracting client certs before session init Signed-off-by: Ivan Milošević <[email protected]> * remove empty line Signed-off-by: Ivan Milošević <[email protected]> * add tls package with tls configuration and client certificate manipulation Signed-off-by: Ivan Milošević <[email protected]> * remove unused function Signed-off-by: Ivan Milošević <[email protected]> * start using ClientCert function from new tls package Signed-off-by: Ivan Milošević <[email protected]> * remove unused errors vars Signed-off-by: Ivan Milošević <[email protected]> * configurable ws & wss listen paths change error messages Signed-off-by: Ivan Milošević <[email protected]> * Use configuration for ws and wss listener paths Signed-off-by: Ivan Milošević <[email protected]>
- Loading branch information
Showing
6 changed files
with
186 additions
and
126 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
Oops, something went wrong.