Skip to content
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

Implement an HTTPS Server component #58

Closed
tcalmant opened this issue May 11, 2016 · 1 comment
Closed

Implement an HTTPS Server component #58

tcalmant opened this issue May 11, 2016 · 1 comment
Assignees
Milestone

Comments

@tcalmant
Copy link
Owner

Add support for an HTTPS server, either as a new component or as an extension of the existing HTTP server.

According to this discussion on Reddit, it might be interesting to have a utility method to wrap the socket with the best method available (according to the version of Python), and to log a warning when no secure method is available.

@tcalmant tcalmant added this to the 0.6.4 milestone May 11, 2016
tcalmant added a commit that referenced this issue May 11, 2016
The HTTP server component accepts a certificate and a key file: if given, the socket is wrapped using the ssl module.
A new module provides a utility method which wraps the socket with acceptable security levels.

Related to issue #58
@tcalmant tcalmant self-assigned this May 11, 2016
@tcalmant
Copy link
Owner Author

Test passed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant