Hi, On Mon, Dec 22, 2014 at 11:01 PM, Ignasi Barrera <[email protected]> wrote: > So, as in any regular Java application, if you have to connect to an > SSL endpoint and you need to explicitly trust a server certificate, > you'll have to add that certificate to your trust store (or use any > insecure mean of ignoring the certificates).
this is usually true if you are using self-signed certificates, but in this case Amazon has surely proper certificates, so you probably have a borked java install missing CA certificates necessary to trust any other valid certificate, or a misconfigured date/time on your machine, or some other glitch of this kind. -- Giovanni Toraldo http://gionn.net
