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

SSLV3_ALERT_HANDSHAKE_FAILURE #5875

Closed
markusfalk opened this issue Dec 4, 2019 · 1 comment
Closed

SSLV3_ALERT_HANDSHAKE_FAILURE #5875

markusfalk opened this issue Dec 4, 2019 · 1 comment

Comments

@markusfalk
Copy link

markusfalk commented Dec 4, 2019

Current behavior:

When accessing an external site with a self signed certificate I get the following error (Chrome has Certificate installed to access)

I already tried

{
  "chromeWebSecurity": false
}

and

NODE_TLS_REJECT_UNAUTHORIZED=0 cypress open

Error

CypressError: cy.visit() failed trying to load:

https://myInternalAngularApp.de/

We attempted to make an http request to this URL but the request failed without a response.

We received this error at the network level:

  > Error: write EPROTO 24122634061576:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:../../third_party/boringssl/src/ssl/tls_record.cc:587:SSL alert number 40

Common situations why this would fail:
  - you don't have internet access
  - you forgot to run / boot your web server
  - your web server isn't accessible
  - you have weird network configuration settings on your computer

The stack trace for this error is:

Error: write EPROTO 24122634061576:error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE:../../third_party/boringssl/src/ssl/tls_record.cc:587:SSL alert number 40

    at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:82:16)

Desired behavior:

Open https page as normal.

Steps to reproduce: (app code and test code)

Versions

Additional Information

@sainthkh
Copy link
Contributor

sainthkh commented Jan 6, 2021

Closing this issue because the website is now unavailable. I hope the problem has been solved with the latest Cypress. If the problem is still happening, please open a new issue with a reproducible example.

@sainthkh sainthkh closed this as completed Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants