-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
SSL protocol error when using '--host' #9100
Labels
Comments
I can't reproduce this. Are you accessing via |
Seems to be another error. Close for now. |
👍 to use https, you need |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Create a new project using
npm create vite@latest vite3test -- --template vue
.Running
npm run dev -- --host
and open the network link in the browser.Chrome reported
This site can’t provide a secure connection
with error code ofERR_SSL_PROTOCOL_ERROR
Reproduction
https://github.com/jackysee/vite3hostssl
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: