Hi,
I am trying to use Amazon SQS, but for now I did not manage to make it work
The outbound processor is configured on my tenant with the correct access key, secret key and SQS queue URL
When I invoke a command from a device, the processor returns me the following error : [AmazonHttpClient] Unable to execute HTTP request: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
From what I could see, the issue is related to SSL and ca-certificates, I tried to update cacerts file but with no success
Also is it normal that the request is HTTP and not HTTPS ?
I am using SiteWhere 1.9, running on a docker
My Java version is :
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-8u141-b15-3~14.04-b15)
OpenJDK 64-Bit Server VM (build 25.141-b15, mixed mode)
Anyone encountered this issue ?
Thanks in advance,
Faustin