I am getting:
"Unable to execute HTTP request: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty"
When using AWS SDK On Java 1.8, or to be more exact When I execute:
AWSSecretsManager.getSecretValue
Thing is, everything works fine when I shift to Java 15.(I must stick to Java 8) I tried the suggestions from the following post with no success. Any help or lead would be highly appreciated!