I have a Spring Boot application running on Azure and I'm trying to access my Elastic endpoint via micrometer-registry-elastic.
Unfortunately, when deployed, I have an error each time the app tries to export the metrics :
ERROR i.m.e.ElasticMeterRegistry : failed to send metrics to elastic
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I tried adding the certificates from my browser from the chain of trust in my keystore but it doesn't do anything.
Thanks in advance