Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Not implemented: crypto.X509Certificate.prototype.checkHost #27619

Closed
dr1ss opened this issue Jan 10, 2025 · 0 comments · Fixed by #27821
Closed

Error: Not implemented: crypto.X509Certificate.prototype.checkHost #27619

dr1ss opened this issue Jan 10, 2025 · 0 comments · Fixed by #27821
Labels
bug Something isn't working correctly crypto Related to node:crypto or WebCrypto node compat

Comments

@dr1ss
Copy link

dr1ss commented Jan 10, 2025

Version: Deno 2.1.4

Task dev next dev --turbopack --experimental-https --hostname testhostname.net
 ⚠ Self-signed certificates are currently an experimental feature, use with caution.
 ⨯ Failed to generate self-signed certificate. Falling back to http. 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"
}

my deno.json :

{
  "unstable": ["unsafe-proto"]
}

(Works with node and bun)

@marvinhagemeister marvinhagemeister added bug Something isn't working correctly node compat crypto Related to node:crypto or WebCrypto labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly crypto Related to node:crypto or WebCrypto node compat
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants