-
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
cypress.runner.js not loaded with https #786
Comments
Sounds like it, but Cypress runs just fine on https. We have many projects using it without any problems. So, we'd need a reproducible example. Maybe some combination of your webserver or OS environment is causing a problem (?) Can you provide your test code or a link to your webserver? |
Unfortunately we'll have to close this issue if no reproducible example is provided. Can you provide a way to reproduce this? |
I noticed that when I visit a https page with a self-signed certificate, the page doesn't load.
cypress.runner.cs
is loaded, butcypress.runner.js
returns 404.Without https, everything runs fine. My guess is that this is a proxy issue?
The text was updated successfully, but these errors were encountered: