responder
responder copied to clipboard
Is there an example of using an SSL certificate with responder?
I'm not sure if this is possible or how to approach it. Happy to contribute an example if someone can point me in the right direction.
Yep, just start it like this:
app.run(ssl_keyfile="pkey.pem", ssl_certfile="cert.pem", address='0.0.0.0', port=443)
Needs to be added to the documentation, though.