I have a react app and I'm trying to make an Axios GET call from the backend. It returns the following Error
"ERR_CERT_AUTHORITY_INVALID"
In the Postman, it works when I disable the SSL from the Postman App. How can I disable it from the React app or from the Browser?
I have already tried hundreds of ways to get a self-signed certificate to my localhost and none of them were worked.