-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support HTTPS/TLS. * Handling Andy's review comments 1.A better description of what's new. 2.Modify the parameter order of the start_wsgi_server method to maintain forward compatibility. 3.Enable authentication mode when safe. * revert tls_auth_handler func. * use "None" indicate "not provided". * TLS: Improved error handling; Documented capath * Update parameter names to make clear they are used to verify client certificates. * - Rename the `insecure_skip_verify` parameter to `client_auth_required`. - Update `_get_ssl_ctx` func, default not to set `ssl_ctx.verify_mode=ssl.CERT_REQUIRED`. - Update the description of default in README.md. Signed-off-by: kareza <kareza@qq.com> --------- Signed-off-by: kareza <kareza@qq.com> Co-authored-by: Andreas Maier <maiera@de.ibm.com>
- Loading branch information
1 parent
a000193
commit 3d78630
Showing
2 changed files
with
80 additions
and
5 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