Error access /api/v1/enroll #624
Replies: 1 comment
-
This question does not relate to the Fabric Gateway client API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
when the sdk will execute the call with method httpPost class HFCAClient
This error is happening java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
this method String httpPost(String url, String body, UsernamePasswordCredentials credentials) throws Exception {
HttpResponse response = client.execute(httpPost, context);
Beta Was this translation helpful? Give feedback.
All reactions