Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JCS-SX - Fedex API SSL issue

Casey TanOct 27 2016 — edited Nov 8 2016

Hi everyone,

I am running a Java servlet that will call Fedex Tracking API , The Fedex tracking API URL is

private java.lang.String TrackServicePort_address = "https://wsbeta.fedex.com:443/web-services/track";

When the code going to access this link, then it will error, which is

; nested exception is: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

No idea is that has any way able to import Fedex SSL certificate into JCS-SX? or any alternative way to solve this error ?

Hope someone can help on this issue. Thanks alot.

This post has been answered by Casey Tan on Oct 31 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2016
Added on Oct 27 2016
1 comment
393 views