Replies: 1 comment
-
Hi @curtis18 Firstly, I edited your issue description to put the stacktrace under a collapsible section, to make it easier to scroll down the thread. Regarding the error, I don't think To answer your certificate question, the Java SDK v2 does not support the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using AWS SES in Spring Boot 2.7 to send email via HTTP Request. As the service requires to run behind proxy with a cert. I tried to add it in the config file at ~/.aws/config as below or export REQUESTS_CA_BUNDLE=/etc/pki/ca-trust/source/anchors/thecert.crt, but it is not successful in Spring Boot. However, I tried to use a Python script to send email with boto3 without any problem. If the proxy does not require additional cert, it works too. May I know how to embed a cert in a right way for AWS SDK JAVA if the proxy require additional cert?
[default]
region=us-east-2
output=json
ca_bundle=/etc/pki/ca-trust/source/anchors/thecert.crt
Servlet.service() for servlet [dispatcherServlet] in context with path [/testms] threw exception [Request processing failed; nested exception is software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: Network is unreachable] with root cause
Click to expand the stacktrace
Beta Was this translation helpful? Give feedback.
All reactions