-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miscellaneous small fixes #3643
Conversation
server_side=True, ssl_version=ssl.PROTOCOL_TLS) | ||
ssl_ctx = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH) | ||
ssl_ctx.load_cert_chain(cert_file, key_file) | ||
httpd.socket = ssl_ctx.wrap_socket(httpd.socket, server_side=True) |
Check notice
Code scanning
Use of insecure SSL/TLS version
95f889d
to
9c9f5e8
Compare
Looks good to me. @nlohmann I'll leave it up to you whether you'd prefer collecting more small stuff here or if you'd want to merge it now. I've tested |
cb5842c
to
7787930
Compare
7787930
to
5c8e359
Compare
Several items in here have made it into other PRs. I've removed them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
serve_header.py
always exiting with 0 error code.serve_header.py
.I may leave this here for a while, in case I find more issues like this. Chances are, of course, I'll find another one moments after this one has been merged. :-)