I get the net::ERR_INSECURE_RESPONSE when making an ajax call to https url. When i open that https url once in the browser and accept the certificate, i do not get that error. but i do not want to open that url in the browser and want my javascript catch the error net::ERR_INSECURE_RESPONSE.
I found one link (i.e. How to handle ERR_INSECURE_RESPONSE in Google Chrome extension) which actually not working.
Appreciate a lot if someone guide me in the right direction in how to handle this error programmatically. Did all possible searches in google with no luck.