Open
Description
OS: Windows 11
vite --https --host any-custom-host.dev --port 443 --mode multi --strictPort
vite.config.ts
export default defineConfig({
server: { https: true },
plugins: [vue(), basicSsl()],
preview: {
https: true
}
})
there is no cert confirm button in chrome and firefox
host with ru
domain works well
vite-plugin-mkcert
works well with .dev
domain
Metadata
Metadata
Assignees
Labels
No labels