Hello Everyone ,
We faced SSL hand shake issue after changing target server pointing from port 443 to 80 . Backend server has published there API's on both port 80 and 443 . Curl is working fine on both port from edge Message processor . After changing from port 80 to 443 in target server configuration we started getting SSL hand shake error . On TCP dump we have observed that apigee is sending https packages to port 80 which caused a reset from target LB. We tried to print the final target URL and confirmed that the changes from http to https are not happening . Tried redeploying API and restarting message processor , which didn't resolved issue. Would like to know if this is a bug or expected behaviour of apigee .
We are able to point to other https port and hosts , but not to http port . Please guide.
Thank you