You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: