You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser Version: Chrome 64.0.3282.167, & whatever Electron is used by the above Cypress version.
Is this a Feature or Bug?
Bug
Current behavior:
Cypress is unable to load anything and simply shows the ERR_SSL_VERSION_OR_CIPHER_MISMATCH error.
Desired behavior:
Cypress would load the page at https://127.0.0.1:8443 and run the tests.
How to reproduce:
I'm using the oc cluster up command from this guide for openshift to setup a local cluster. This is similar to minikube or minishift or any number of the other kubernetes distros to run a local cluster in a VM on your local machine.
I'm attempting to test the web console for OpenShift. The console can be run locally at localhost:9000 for development, however I am trying to test the console that is already built into a container running on the platform, which is accessible at https://127.0.0.1:8443/console. This is necessary to ensure that the console is packaged and configured properly for deployment (talks to the APIs, etc).
Test code:
Nothing fancy, this is just a visit() to kick off the test:
You're running into a highly unusual situation where Cypress doesn't work on HTTPS. There is a reproducible example (in the other issue) but we haven't had time to look at it / and fix it. It's a bug in Cypress though and it will be fixed.
The vast majority of https works fine. Closing as duplicate but will note when the underlying issue is fixed.
Is this a Feature or Bug?
Bug
Current behavior:
Cypress is unable to load anything and simply shows the
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
error.Desired behavior:
Cypress would load the page at
https://127.0.0.1:8443
and run the tests.How to reproduce:
I'm using the
oc cluster up
command from this guide for openshift to setup a local cluster. This is similar tominikube
orminishift
or any number of the other kubernetes distros to run a local cluster in a VM on your local machine.I'm attempting to test the web console for OpenShift. The console can be run locally at
localhost:9000
for development, however I am trying to test the console that is already built into a container running on the platform, which is accessible athttps://127.0.0.1:8443/console
. This is necessary to ensure that the console is packaged and configured properly for deployment (talks to the APIs, etc).Test code:
Nothing fancy, this is just a
visit()
to kick off the test:Additional Info (images, stack traces, etc)
Nothing to add here, we don't get far enough.
Thanks!
The text was updated successfully, but these errors were encountered: