-
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
How lauch Cypress on app using certificate? #1428
Comments
I am having this similar issue. Here are my details Update:
which is not the real case. Thank you! |
@lcastanedaCV we tell the browser to ignore security errors so I'm not sure how you could be getting this unless you're modifying the arguments in which we launch chrome or you're doing something out of the ordinary. Cypress must sit between your browser and the webserver and it will not work unless its making the connections, so the answer is you can't - but there's not any reason to need to do so. The certificates don't affect the browser's actual behavior. Are you trying to load an ip address by chance? If so if you set an alias in your What site are you trying to visit? Have you tried visiting it in Electron? |
Hi @brian-mann, |
Hi @brian-mann and @lcastanedaCV |
Hi,
I would like to run my app with Cypress. However, we use certificates which need to be validate by the user before running your app. Which file must be configure in Cypress?
Regards,
Elisa
The text was updated successfully, but these errors were encountered: