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
Anto HotelbedsAnto Hotelbeds 

Call out Error Help!

Hi all,

 

I have a problem making a call out to another system receiving the following error during debug:

 

common.apex.runtime.impl.ExecutionException: Received fatal alert: bad_record_mac"|0x56b08894

 

In my code I create an http request using the following endpoint:

 

req.setEndpoint('https://mdm.tuitravel-ad.com/mdmclients/secure/mdm.wsdl');

 

When I send the same request to the same endpoint using a Firefox SOA Cliente the request is accepeted.

We have already try this code before to a http endpoint but now, working in production, we need to make the request to an https endpoint and is when the issue appeared.

 

Could somebody help please? In case it might help, this is the certificate we use:THAWTE SSL CA

 

 

 

If any other information is needed please let me know.

 

Regards,

 

Antonio

Mohith Kumar ShrivastavaMohith Kumar Shrivastava

I am sure this is SSL issue .Please ask the server to implement SSL -1 or Go for bidirectional SSL