I'm using Apigee to connect to an endpoint via a proxy, and I have configured the target endpoint URL as 'https://hostname/api'. However, I'm getting an SSL handshake error with the following message: 'SSL Handshake failed for TCP xxx.xxx.xxx.xxx:443'.
I'm new to Apigee and not sure how to fix this issue. I tried the same setup with Nginx and resolved the issue with the 'proxy_ssl_server_name on' configuration option.
Any suggestions on how to fix this issue with Apigee would be appreciated. Thank you in advance for your help
<HTTPTargetConnection>
<SSLInfo>
<Enabled>true</Enabled>
</SSLInfo>
<URL>https://xxxxxx.com</URL>
</HTTPTargetConnection>
Hi all thank you very much for your answers we are able to find out that this issue is related to F5, not Apigee. F5 setup is not correctly configured to support the SNI validation part