Deno TLS
I would like to start both a HTTP and a HTTPS server (for a reverse proxy) and be able to serve dynamically several certificates for virtual hosts that enable TLS support (via a cert + key), there are there methods in the
Deno
object which are startTls
, listenTls
, and connectTls
, but I'm not sure how can I start a server that listens for HTTP requests, and connects using Tls to the client, I must admit I know less of the TLS than the HTTP protocol, any example on how can I do that?0 Replies