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
sumnasumna 

Performing 2 way SSL and related errors

Hi there,


We are currently using salesforce SOAP API.

From a client we are able to connect to test.salesforce.com on port 443 and successfully authenticated and perform API actions.
 
We have recently implemented 2-way mutual authentication and now we are unable to perform API actions. We received the following two errors.
 
 
An unexpected error occurred. Please include this ErrorID if you contact support 1204428080-30724 (1157628926)
 
MUTUAL_AUTHENTICATION_FAILED.

 
 
In reviewing developers.salesforce.com it was recomneded to use port 8443 to perform mutual authentication. We tried that with the client but the client was unable to estabilish a connection on port 8443 and it timed out.
 
Any ideas to resolve the above errors would be helpful?

Thanks

 

bk sbk s
Hi if you are trying with local host? Trying there are no clash for 8443 port and then re try
Vivek SubediVivek Subedi
Hi, I am running into this issue as well. Did anybody find the solution for it? 8443 port is not being used on my local machine.

Thanks