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
rvkrvk 

issue with web service call out

we have a web service application which use to work well till last week. After certificate got expired so we created new one and also replaced the new  key in apex code from then it is throwing some wierd error like.

 

Operation aborted. Error code: IO Exception: DER input, Integer tag error

 

Please let me know how to fix this.


Jerun JoseJerun Jose

I am not very sure about this, but this error comes up when you have the incorrect certificate.

 

I believe that it has to do with the type of certificate that is supported in Apex. You might be using a different type.