Target Server for secure connection throws 502 Error (Unexpected EOF)

Not applicable

When i use a target server for a secure connection API call i get the following:

{
  "fault": {
    "faultstring": "Unexpected EOF",
    "detail": {
      "errorcode": "messaging.adaptors.http.UnexpectedEOF"
    }
  }
}

Ive checked our target server and it appears to be fine:

{
  "host": "some.internal.address",
  "isEnabled": true,
  "name": "SOME_NAME",
  "port": 443,
  "sSLInfo": {
    "ciphers": [],
    "clientAuthEnabled": false,
    "enabled": true,
    "ignoreValidationErrors": false,
    "protocols": []
  }
}

2 2 760
2 REPLIES 2

Not applicable

FYI: we re-worked the proxy to elicit a more descriptive error and are now sort of clear about what is going on.

Not applicable

Hi Benjamin,

May I know, what you have done to fix the issue here.