Description
Hello,
I created Schema Registry on Kubernetes and can access it through Ingress Controller. DNS > Ingress Controller > Service of Schema Regisitry. Now, I would like to see SR on UI. I am using provectus image. I saw in UI to fill URL, Keystore and SR' Auth. I filled URL (https://example.co:8081) and Keystore & Password. Keystore are also valid. I am using that Keystore in producer and consumer. But, I got the following error
Schema Registry connection timed out: example.co/x.x.x.x:8081
If I remove port, https://example.com then with Keystore, I got the following error.
Schema Registry PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
How can I configure Schema Registry on UI of provectus?
Best regards
Jack