I'm sending ajax requests to Geonames Search api. It works pretty well on http protocol.
But when I switch to https (both my own server and the api requests), my requests are blocked by the browser: Geonames https certificate seems to be invalid.
Did I miss something?