Hi @dchiesa1
I am stuck at one place I am getting the below error while trying to connect with the backend system using Target Server
“fault”: {
“faultstring”: “SSL Handshake failed java.security.cert.CertificateException: No subject alternative DNS name matching *********.com found.”,
“detail”: {
“errorcode”: “messaging.adaptors.http.flow.SslHandshakeFailed”
}
}
}
We tried two option as stated below:
OPTION 1
false https://******************.com/something true trueWorking as expected and we are able to bypass the SSL Handshake Errors
OPTION 2
false true true /somethingNot working and getting same SSL Handshake Error.
We created the Target server using the Management API call with the below payload.
{
“name”: “api-service-target-Endpoint-2”,
“host”: “***********.com”,
“protocol”: “http”,
“port”: “443”,
“isEnabled”: “true”,
“sSLInfo”: {
“enabled”: “true”,
“ignoreValidationErrors”: “false”
}
}
We tried almost everything to get it work along with Target server but it didnt, So kindly help us understand why it is Working with directly putting the URL in Httpconnection and not working while connecting through the same endpoint with Target server.
P.S: We are using APIGEE Hybrid
Thanks