Hi!
Did anyone encounter a problem like this?
{"type":"log","@timestamp":"2020-12-08T08:52:46Z","tags":["error","plugins","ingestManager"],"pid":54293,"message":"Error connecting to package registry: request to https://epr.elastic.co/search?package=system&internal=true&experimental=true&kibana.version=7.10.0 failed, reason: self signed certificate in certificate chain"}
All my certs are signed by my company PKI and I'm also using a RootCA obtained directly from PKI.
SSL is working great, everything is green and it's showing certification path as it should via my browser + elasticsearch and kibana internal communication is also via SSL.
If I copy this EPR address directly into my browser it is working fine. I can also download from it via my machine (using wget for example).