Hello there, I am getting the same error in 2025. A bit of search sent me here.
We are setup with anvil enterprise. trying to access another anvil app from anvil app residing in the same server.
I tried this from REPL :
result = anvil.http.request(‘https://xxx.apps.anvil.corp.ourcorp.com/’)
where https://xxx.apps.anvil.corp.ourcorp.com/ is another app on the same server.
And getting this :
anvil.http.HttpRequestFailed: SSL error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Any help is appreciated.
Peter