Open michallbanas opened 2 years ago
Getting a similar error in headless & browser mode Apple M1 macOS Monterey 12.2.1 Cypress 10.11.0 Node 16.14.2
possibly related to https://github.com/microsoft/playwright/issues/9466
@a-kotova what version of playwright-webkit
are you using? Have you tried upgrading Cypress to 12.8.1
?
Looks to still be an issue on 12.8.1
with playwright-webkit@1.31.2
Current behavior
When baseUrl is not localhost, but regular website eg. https://www.michalbanas.dev, I get only blank page when using webkit (open mode), and this error
An SSL error has occurred and a secure connection to the server cannot be made
in headless mode. I've been facing this issue since experiment support for Webkit was released. It works good for other browsers.Desired behavior
Possibility to use webkit in cypress with any url.
Test code to reproduce
Example project:
https://github.com/michallbanas/cypress-webkit-blankPage
Cypress Version
10.9.0
Node version
18.7.0
Operating System
macOS 12.6
Debug Logs
Other
Hope I provided everything needed, it's my first issue here 🙂