responder icon indicating copy to clipboard operation
responder copied to clipboard

Is there an example of using an SSL certificate with responder?

Open nickponline opened this issue 6 years ago • 1 comments

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.

nickponline avatar Sep 24 '19 17:09 nickponline

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.

tedder avatar Apr 26 '20 17:04 tedder