ElasticSearch + Eclipse + AWS = very strange behaviour

Hi,
I'm trying to find why I have very strange behaviour when I'm using ES
version 1.4.1 (java client) and AWS Java SDK.
By using AWS SDK I'm working with SimpleDB and before I create a ES node in
my code I can connect to SimpleDB without any problem.
Once I have the node, running this code :

Node node = nodeBuilder().client(true).node();
Client client = node.client();

Then I can't connect to the SimpleDB, the error I get from AWS is :

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

I know that this is sounds quite strange, but if I don't create ES node /
client then there is no problem wiht AWS Simple DB.

Is there any ideas ?

Thanks.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9d8bef8e-6f8b-4dac-a532-174fa055f71a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.