Domain without SSL certificate
Hi,
I am using Marketo REST APIs for updating leads. When I am testing API calls using Postman or my localhost, everything is working fine. When I deploy my microservice, all API calls fail with the following error:
The connection observed an error : io.netty.handler.ssl.SslHandler.channelInactive...
I believe this is happening because I deploy the microservice on http (without SSL certificate) and Marketo is blocking my calls. Calls to other web servers with the same configuration work fine.
Would it be possible to whitelist my IP address on Marketo?