Hello!
I'm running the Infor provided Java-project for the IMS connector.
When setting up the ION Messaging Service V3 in API Gateway I'm configuring the endpoint without HTTPS and without Enterprise Connector.
However, when I call the /ping endpoint I receive the following error:
I have a hard time understanding where the problem is.. My application is exposed and can be called in a regular browser towards the /ping endpoint, but I am not able to call it from API Gateway.
{
<span class="hljs-attr">"error": {
<span class="hljs-attr">"message": "write EPROTO E0B7924BAF550000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:354:
",
<span class="hljs-attr">"errno": -71,
<span class="hljs-attr">"code": "EPROTO",
<span class="hljs-attr">"syscall": "write",
<span class="hljs-attr">"source": "ION API Server"
}
}