I have been using Yahoo weather api to get weather info for one year. I am using
and it was working fine.
Recently I began to get "net::ERR_INSECURE_RESPONSE" error in ajax call and get "Your connection is not private" warning when I accessed it thru browsers. It seems that there is no chance the ajax client can programmatically trust the ssl certificate.
Is there anyone have the same problem with me? How to workaround this in JavaScript?
Thanks everyone for the answer. It proves to be a browser issue. https://github.com/brave/browser-laptop/issues/4158 Google chrome version 53 has the problem.