framework icon indicating copy to clipboard operation
framework copied to clipboard

Nuxt development server can't be opened in FF when using `--https` flag

Open nandi95 opened this issue 1 year ago • 0 comments

Environment

------------------------------
- Operating System: `Darwin`
- Node Version:     `v16.17.0`
- Nuxt Version:     `3.0.0-rc.12-27729267.0640a6c`
- Nitro Version:    `0.5.4-27726613.640c2b7`
- Package Manager:  `[email protected]`
- Builder:          `vite`
- User Config:      `runtimeConfig`, `telemetry`, `srcDir`, `ssr`, `typescript`, `modules`, `meta`, `css`
- Runtime Modules:  `~/modules/app-customisations.ts`, `@nuxtjs/[email protected]`
- Build Modules:    `-`
------------------------------

Reproduction

https://github.com/nandi95/nuxt-starter npm ci && npm run dev

Describe the bug

When using the --https flag the generated certificate is not acceptable for FF. (works no problem in chrome, including wss) Using manually generated certificates work just fine. using the --domain flag makes no difference FF presents the following error: Screenshot 2022-09-21 at 20 17 09

Additional context

Linked to https://github.com/nuxt/framework/issues/1796

Logs

No response

nandi95 avatar Sep 21 '22 19:09 nandi95