Stream: hapi
Topic: Starter => Fail to load conformance statement
Mareike Przysucha (Feb 24 2021 at 09:17):
Hello everyone.
I recently set up a FHIR Server based on the latest hapi-starter. I created a war file and deployed it on a tomcat server in our university. I did not change anything. (We only need this server for demonstration, so there is no need for us to have the data on a persistent layer.) When I call the page in the browser, I get the normal overview, but with the following warning:
Warning!
Failed to load conformance statement, error was: ca.uhn.fhir.rest.client.exceptions.FhirClientConnectionException: Failed to parse response from server when performing GET to URL http://localhost:8080/fhir/metadata - javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Does anyone know what I need to do to get rid of this warning?
Thanks in advance for everyone coming up with a constructive idea.
Last updated: Apr 12 2022 at 19:14 UTC