Am I getting it right that Apigee will not throw any error if target server is configured like this:
{ "host" : "<ip_address>", "isEnabled" : true, "name" : "<name>", "port" : 443 }
regardless if the certificate is self-signed on the backend server? Because that's what i'm seeing from my current Apigee setup. In terms of cURL Apigee acts like this:
curl --insecure https://<ip_address>:443