Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Self-signed certificates in one way TLS connection

Not applicable

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
1 1 1,298
1 REPLY 1