I have tried to consume my wcf service in MAUI application, but I am getting this below error while running the application via emulator.
Error Details: System.Net.WebException Message=java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Already I have followed the steps from below URL's, but it doesn't work. My application is based on MAUI framework.
Trust Anchor not found for Android SSL Connection
Any solution for this?
Regards, Panjanatham