liuweiGL / vite-plugin-mkcert

Provide certificates for vite's https dev service.
https://www.npmjs.com/package/vite-plugin-mkcert
MIT License
541 stars 37 forks source link

Uninstall? All local traffic is now forwarded to HTTPS #74

Closed bruceharrison1984 closed 4 months ago

bruceharrison1984 commented 9 months ago

Describe the bug

I needed this briefly, now I no longer need it. I removed the package from the project, but all HTTP requests are still being forwarded to HTTPS, which now fails since I'm not using this package any longer.

Reproduction

liuweiGL commented 8 months ago

Please clear your browser cache

TimKolberger commented 4 months ago

Check in the Chrome settings at chrome://net-internals/#hsts and remove localhost:

image