-
Notifications
You must be signed in to change notification settings - Fork 3.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
Can't upgrade to v3.0.2: "Error: unable to verify the first certificate" #2097
Comments
Are you behind any kind of proxy or firewall? This is an SSL Cert error from node, but our certs are just fine and we've had a great many downloads today already ;-) Maybe just try again? Or change your node version perhaps? Do you know of any kind of system settings that may muck with your network configuration? Have you had any issues downloading Cypress before? |
Yes, I'm behind the corporate firewall, but I not had any issue with installation of Cypress 3.0.1 before. |
I have the same error. |
You likely just need to set Read this comment here for workarounds when installing Cypress: #1469 I looked at our documentation and expected this to be there but was surprised not to find it. You likely just need to set |
PS: For my part, edit: I've also tried with |
We made a lot of improvements to proxy support recently. Can you try updating to 3.3.1 and update this issue if it is fixed/not fixed please? Thanks. |
Unfortunately still not working.
|
I was able to resolve the situation by following the instructions on Proxy Configuration Specifically I had to: |
Closing as resolved. Please comment if you are still having this issue and we will consider reopening. |
Hi,
Installing Cypress (version: 3.8.3) × Downloading Cypress Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration Otherwise, please check network connectivity and try again: URL: https://download.cypress.io/desktop/3.8.3?platform=win32&arch=x64 Platform: win32 (10.0.17763) npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: I have already set my environment variale As well as I tried with http= run cypress. but it didn't work Please can you guide |
@visjag try using
|
Current behavior:
Can't upgrade to v3.0.2
Desired behavior:
Want to upgrade to v3.0.2 :)
Steps to reproduce:
npm install --save-dev [email protected]
Receive:
Versions
Windows 7 64b
node: v6.9.0
npm: v3.10.8
current Cypress: v3.0.1
The text was updated successfully, but these errors were encountered: