Snippets tagged “trusted-certificates”
1 snippet uses this tag.
- Error - trustAnchors parameter must be non-emptyJava
The trustAnchors parameter must be non-empty error typically occurs when you are trying to create an instance of the SSLContext class in Java and you pass an empty trust store as the trustAnchors parameter.