Does cyclone (python) support HTTPS connections and SSL? If so, can you please provide an example?
I’ve looked through the documentation and code on the cyclone github page, and can’t find any reference to SSL. But since lots of cyclone is just wrapping twisted, maybe there’s something I’m missing…
From the README:
If Twisted supports SSL then cyclone supports it e.g.:
Run it as:
The part that activates ssl is
portstr. It specifies that the server serves on4443port and usesserver_key.pemas its private key,server_cert.pemas a certificate.