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

SSL Error when using '--https' #9103

Closed
7 tasks done
jackysee opened this issue Jul 14, 2022 · 4 comments
Closed
7 tasks done

SSL Error when using '--https' #9103

jackysee opened this issue Jul 14, 2022 · 4 comments

Comments

@jackysee
Copy link

Describe the bug

Create a new project via npm create vite@latest vite3https -- --template vue. Inside the project run npm install and then npm run dev -- --https. Go to firefox at https://localhost:5173 it shows SSL_ERROR_NO_CYPHER_OVERLAP

image

Reproduction

https://github.com/jackysee/vite3https

System Info

System:
    OS: Linux 5.4 Manjaro Linux
    CPU: (2) x64 Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
    Memory: 1.96 GB / 4.79 GB
    Container: Yes
    Shell: 5.9 - /usr/bin/zsh
  Binaries:
    Node: 18.4.0 - /run/user/1000/fnm_multishells/1847726_1657787567665/bin/node
    Yarn: 1.22.19 - /usr/bin/yarn
    npm: 8.13.2 - /run/user/1000/fnm_multishells/1847726_1657787567665/bin/npm
  Browsers:
    Firefox: 100.0.2
  npmPackages:
    @vitejs/plugin-vue: ^3.0.0 => 3.0.0
    vite: ^3.0.0 => 3.0.0

Used Package Manager

npm

Logs

No response

Validations

@bluwy
Copy link
Member

bluwy commented Jul 14, 2022

You need the @vitejs/plugin-basic-ssl plugin per #9100 (comment)

@bluwy bluwy closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2022
@jackysee
Copy link
Author

Thanks.
Should it be mentioned in migration note? As it worked in v2 without using @vitejs/plugin-basic-ssl

@bluwy
Copy link
Member

bluwy commented Jul 14, 2022

It is...

@jackysee
Copy link
Author

I'm terribly sorry...

@github-actions github-actions bot locked and limited conversation to collaborators Jul 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants