cypress
cypress copied to clipboard
Does cypress support FIPS?
Current behavior
While running tests in headless mode against a FIPS enabled server, it meet below error:
CypressError: cy.visit()
failed trying to load:
16:09:47
16:09:47 https://www.example-server.com/
16:09:47
16:09:47 We attempted to make an http request to this URL but the request failed without a response.
16:09:47
16:09:47 We received this error at the network level:
16:09:47
16:09:47 > Error: Client network socket disconnected before secure TLS connection was established
16:09:47
16:09:47 Common situations why this would fail:
16:09:47 - you don't have internet access
16:09:47 - you forgot to run / boot your web server
16:09:47 - your web server isn't accessible
16:09:47 - you have weird network configuration settings on your computer
Note: the server is accessible by curl and cypress GUI, just not able to access it in headless mode.
Desired behavior
No response
Test code to reproduce
This is about server connection, not test code related.
Cypress Version
8.5.0
Other
No response
The same question as above, Does Cypress support FIPS?
I also face the same issue. Is there any solution? Thanks!
same for me
Looks like this happens in specific browser types. Try running with electron
(bundled with cypress)
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
This issue has been closed due to inactivity.