-
Notifications
You must be signed in to change notification settings - Fork 317
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
SEC_ERROR_BAD_DER on argo instannce #277
Comments
Same error here due to some odd self-signed cert. Chrome lets me bypass the error |
The same for OpenShift version 4.8.26 and Red Hat OpenShift GitOps 1.4.1 |
Workaround:
|
I suspect that by default we should let haproxy/router be in charge of encryption (it would work with letsencrypt certificates and it is fundamentally haproxy's job to deal with certs). So switching the route default to reencrypt just makes more sense I think. To track why firefox changed behaviour (it happened first with FF94) I opened https://bugzilla.redhat.com/show_bug.cgi?id=2058661 |
Describe the bug
I have installed Openshift Gitops Operator following the procedure from :
https://docs.openshift.com/container-platform/4.9/cicd/gitops/installing-openshift-gitops.html
when trying to get to the argos instance I am getting this firefox ssl error :
my openshift router has a letsencrypt certificate on it and properly encrypted, it seems that argos route doesn't reuse it ?
tried with firefox97 and with safari 15.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: