Vite dev server with HTTPS (node:http2)

Hi, posted a comment there: https://github.com/denoland/deno/issues/26088#issuecomment-2812421778 There are a few threads that are unanswered. It looks like node:http2 is supported accoding to this? https://docs.deno.com/api/node/http2/
error when starting dev server:
Error [ERR_NOT_IMPLEMENTED]: Not implemented: http2.createSecureServer
at notImplemented (ext:deno_node/_utils.ts:9:9)
at createSecureServer (node:http2:1302:3)
error when starting dev server:
Error [ERR_NOT_IMPLEMENTED]: Not implemented: http2.createSecureServer
at notImplemented (ext:deno_node/_utils.ts:9:9)
at createSecureServer (node:http2:1302:3)
I think the vite code is there: I can provide a short example if needed. Can I get some answers for that (unsupported or bug)? We're looking at using Deno on a large app, but that may be a deal breaker, HTTPS is important for development for us (video, DRM, etc).
1 Reply
Romuald Quantin
Romuald QuantinOP2w ago
This one is not Vite but very similar.

Did you find this page helpful?