Questions tagged [cacerts]
78 questions
0
votes
1 answer
Amazon S3 working in production but not from localhost
I cannot upload to my s3 bucket from localhost despite it working fine in production. No errors are caught during upload but the files never appear (neither pdf nor images). I have no blocking of public access (which appears to be the issue for most…

jamesbcn
- 307
- 4
- 6
- 20
0
votes
1 answer
How to handle security certificate expired scenario in the REST call?
As part of http request validation, client has to present JWT token in the http authorization header to the server while making web api REST call.
Server has to validate the token presented by client using the public (rsa security) certificate. In…

191180rk
- 735
- 2
- 12
- 37
-1
votes
1 answer
How can I call an api endpoint using a public certificate using lambda function java
I Have a aws lambda function built in java.
When i try to call one api endpoint i get this error:
"PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target".
I…

Eriton Silva
- 129
- 1
- 10