mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
![]() Fixes https://github.com/denoland/deno/issues/28903 Closes https://github.com/denoland/deno/issues/26190 - Adds a new option `unsafelyDisableHostnameVerification` to `Deno.connectTls` and `Deno.startTls` to ignore DNS name mismatch errors from rustls server verifier. - Disable hostname verification in Node.js TLSSocket if `checkServerIdentity` is a no-op. --------- Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com> |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
README.md | ||
telemetry.ts | ||
util.ts |
deno_telemetry
This crate implements telemetry for Deno using OpenTelemetry.