External API call from Apigee

Not applicable

Hi All,

I am trying to call external API by importing thier Swagger in teh Prroxy and it is not working.

I tested their end points From Apigee Playground and their Hosted Swagger and from there everything is good.

They Recommend me to use the security protocol "TLS1.2" to send the request from APigee and i cant figured that out ,How would i do that .

Or is there any other workaround to achieve that ??

TIA

Solved Solved
0 2 346
1 ACCEPTED SOLUTION

Not applicable

FYI - I fixed my issue,If anybody else need solution please refer this for the same problem.

you have to update your Target Endpoint to enable the "SSLInfo"

<SSLInfo>

<Enabled>true</Enabled>

<Protocols>

<Protocol>TLSv1.2</Protocol>

</Protocols>

</SSLInfo>

</HTTPTargetConnection>

View solution in original post

2 REPLIES 2

Not applicable

FYI - I fixed my issue,If anybody else need solution please refer this for the same problem.

you have to update your Target Endpoint to enable the "SSLInfo"

<SSLInfo>

<Enabled>true</Enabled>

<Protocols>

<Protocol>TLSv1.2</Protocol>

</Protocols>

</SSLInfo>

</HTTPTargetConnection>

Thank you @gautam1 for sharing the solution with community. I am sure, same will be helpful for others too. Thank you 🙂