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

Cant confirm cert on custom host with dev domain #17

Open
grindpride opened this issue Mar 27, 2023 · 0 comments
Open

Cant confirm cert on custom host with dev domain #17

grindpride opened this issue Mar 27, 2023 · 0 comments

Comments

@grindpride
Copy link

grindpride commented Mar 27, 2023

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

@grindpride grindpride changed the title Cant confirm cert on local url with dev domain Cant confirm cert on custom host with dev domain Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant