MQTT.ts icon indicating copy to clipboard operation
MQTT.ts copied to clipboard

Support TLS client certificate

Open NANOmatic opened this issue 3 years ago • 3 comments

Very important change to establish secure TLS connection with MQTT broker.

NANOmatic avatar Oct 08 '21 11:10 NANOmatic

I don't see these options in the docs: https://doc.deno.land/builtin/stable#Deno.ConnectTlsOptions

Does it require a newer version of Deno than is currently released?

jdiamond avatar Oct 12 '21 22:10 jdiamond

Please look: https://github.com/denoland/deno/issues/12372#issuecomment-938520872

NANOmatic avatar Oct 13 '21 06:10 NANOmatic

It doesn't make sense to depend on an unstable api in a library unless the user opts in explicitly somehow. I'd recommend a separate UnstableDenoClient for this that can track unstable Deno APIs.

tom-sherman avatar Sep 10 '22 22:09 tom-sherman