Configuration process fails to detect X509_check_host function even on systems that have it defined. Steps to reproduce Ensure we have proper verison of OpenSSL using pkg-config --modversion libssl (should retur
The documentation for this function says it takes "a DNS name" as input. A DNS name can have a trailing dot. An SNI name cannot have a trailing...
Error: Not implemented: crypto.X509Certificate.prototype.checkHost at notImplemented (ext:deno_node/_utils.ts:9:9) at X509Certificate.checkHost (ext:deno_node/internal/crypto/x509.ts:38:5) at eventLoopTick (ext:core/01_core.js:175:7) { code: "ERR_NOT_IMPLEMENTED", name: "Error" } ...