Hello,

Using BaseX 12.0

All of a sudden I started to get the following error while calling 
http:send-request():
[experr:HC0001] SSL: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target

XQuery repro:
let $uri := 
"https://giswspro.miamidade.gov/ArcGIS/rest/services/MDPD_Locators/MDPDGeoAddressl/GeocodeServer/findAddressCandidates";
return http:send-request(<http:request method='GET' status-only='true' 
json='format=xquery,lax=true'/>, $uri)

By the way, the same error shows up for any URIs.

The following SSL validator shows no issues with the certificates, or their 
chains:
https://decoder.link/sslchecker
https://decoder.link/sslchecker/giswspro.miamidade.gov/443

Also, the $uri is public, so it is testable on your side.

Regards,
Yitzhak Khabinsky

Reply via email to