I am working on a Xamarin Form that need to call httpclient
to consume company's internal https REST api.
Unfortunately, it return with this error
Javax.Net.Ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
How can i resolve this?