function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ZhiliZhili 

SSL handshake error intermittently connecting to sandbox instance

Hello,

 

We have a Java application written in AXIS 1.4 connecting to a sandbox instance (https://test.salesforce.com/services/Soap/c/22.0/xxx) and perform a number of queries. The application runs fine most of the time. However, we got the following SSL handshake error intermittently:

 

Error occurred while logging in: java.lang.IllegalAccessException: Error occurred while logging in: ; nested exception is: 
	javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
	...

Does anyone encounter the same problem?

 

Any help is much appreciated.

 

Thanks

chuckmortimorechuckmortimore

Probably in intermittent issue with cert configuration at the time.   Is this still happening?

Vipin_mittalVipin_mittal

I am also getting the same error. But interesting thing is that it was working fine previously near about a month ago but now the same code in same environment is giving this exception. Urgently need help. I Think Sales Force has done some changes at their end..

chuckmortimorechuckmortimore

What sandbox URL is failing for you?   What are you using as your client software?

CPooleCPoole

Did you ever get a solution to this problem? We're seeing a similar issue on our production instance.