Apigee Private Cloud - TLS Request

Hello,

In version 4.51 of Private Cloud, exists ona way to know the default TLS protocol that the message processor use when it sending the requests to any target?

Thank you in advance.

Greetings.

Solved Solved
0 1 91
1 ACCEPTED SOLUTION

By Default, in Java 8, TLS protocols 1.0, 1.1 and 1.2 are active. Which of these TLS protocols eventually gets used in a connection depends on the TLS negotiation between client (in this case Apigee) and server (likely the target). 

You can further limit the protocols Apigee uses by configuring "protocol" in SSLInfo of TargetEndPoint configuration.

View solution in original post

1 REPLY 1

By Default, in Java 8, TLS protocols 1.0, 1.1 and 1.2 are active. Which of these TLS protocols eventually gets used in a connection depends on the TLS negotiation between client (in this case Apigee) and server (likely the target). 

You can further limit the protocols Apigee uses by configuring "protocol" in SSLInfo of TargetEndPoint configuration.