I have a self signed certificate that I want to use for communicating with the rest api. The webserver uses a self signed certificate. Is there any method to use a self signed certificate with the backend? I am developing the project in flutter web.
I have this error Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
when I try to send a request in the browser.