Pavlo Sprogis
04/14/2022, 1:55 PMERROR [15:45:47] [main] a.c.d.p.c.p.HalClient Failed to fetch the root HAL document
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
...
is there a way to fix this (on my laptop and during CI build) ?Yousaf Nabi (pactflow.io)
04/14/2022, 2:42 PMPavlo Sprogis
04/14/2022, 2:46 PMuseRelaxedHTTPSValidation
ok, I should read those links, maybe it is not such an overhead as it looks likeYousaf Nabi (pactflow.io)
04/14/2022, 2:46 PMPavlo Sprogis
04/14/2022, 2:47 PMYousaf Nabi (pactflow.io)
04/14/2022, 2:48 PMPavlo Sprogis
04/14/2022, 2:49 PMStefano Lucka
04/14/2022, 5:17 PMPavlo Sprogis
04/14/2022, 7:52 PMauthentication = @PactBrokerAuth(token = "${PACT_BROKER_TOKEN}"
but PACT_BROKER_HOST was wrong - my local pact broker instead of pactflow, now it works, thanks for help!Yousaf Nabi (pactflow.io)
04/14/2022, 8:27 PM