DenoDDeno
Powered by
Amin NAIRIA
Denoβ€’14mo ago
Amin NAIRI

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
Deno
object which are
startTls
startTls
,
listenTls
listenTls
, and
connectTls
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?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

TLS connections
mscmls.xMmscmls.x / help
15mo ago
Outgoing connection over TLS (port 465) from the deno deployment is failing
begoonBbegoon / help
3y ago
DENO_FUTURE=1 / Deno 2 in deno subhosting
theswerdTtheswerd / help
2y ago