Skip to main content

Hi

I am trying to connect to an open data API which contains geoJSON using the HTTPCaller. However I am getting the following error message: SSL peer certificate or SSH remote key was not OKI

I was able to get the geoJSON when I copied the API URL directly into the IE browser.

Does anyone know what settings I need to set on the HTTPCaller to be able to access the geoJSON through FME?

I am using FME2019.1 Desktop

Thanks,

I just answered my own question. I set 'Verify SSL Certificates' to 'No' in the HTTPCaller and this enabled me to read the API successfully.


In the HTTPCaller, try turning SSL certificate validation off (under client options).
In the HTTPCaller, try turning SSL certificate validation off (under client options).

Thanks @david_r I just figured that out too!! :)


Reply