1

We are connecting to Salesforce from the Java client using Force.com Web Services Connector. In November and December 2014 Salesforce will be disabling SSL 3.0 encryption in stages to prevent it from being used to access the Salesforce platform. Will it impact the Java application integrating with Force.com APIs?

Nagesh
  • 344
  • 6
  • 16

1 Answers1

0

It depends on what version of Java you're using. 1.6 and up support at least TLS 1.0. You can double check by capturing the initial connection exchnages with Wireshark, it'll show you what the client & server say they support, and what the final negotiated protocol was.

Community
  • 1
  • 1
superfell
  • 18,780
  • 4
  • 59
  • 81