vitejs / vitejs/vite-plugin-basic-ssl
Cant confirm cert on custom host with dev domain
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 517
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Vite command and vite.config.ts configuration shown, then inspect how basicSsl() generates and serves its self-signed certificate for custom hosts. Reproduce the missing confirmation behavior in Chrome and Firefox on Windows 11, compare it with a .ru host, and consider the issue done when the .dev host can be confirmed or the limitation is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100