Taken from a UI issue in github, I want to make sure this is reproduced and added to QE tests: https://github.com/konveyor/mig-ui/issues/755 --- After adding a custom self-signed defaultcertificate following in the default ingress router The web UI fails to login with the follwoing error: {"error":"invalid_request","error_description":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed."} The oauth server pods shows this message in the log: http: TLS handshake error from <ingress_pod_ip>:43440 : remote error: tls: unknown certificate It seems that the web UI is not using the bundle from /etc/ssl/certs to validate the certificate against the ingress router
Closed as stale, please re-open if the issue persists.