I need to capture "net::ERR_CERT_AUTHORITY_INVALID" in Angular Application to handle SSL certificate issue so that I can guide user to downloading install SSL certificate from a particular location but I am not able to find a way to get programmatically.
Asked
Active
Viewed 1,679 times
3
-
Does this answer your question? [Determine if ajax call failed due to insecure response or connection refused](https://stackoverflow.com/questions/31058764/determine-if-ajax-call-failed-due-to-insecure-response-or-connection-refused) – Eduardo Lelis Apr 13 '20 at 18:59
-
Thanks mate, it helped me somehow to understand the problem – AMAN VYAS Apr 14 '20 at 19:33