Re: ec2 authorization issue after upgrading to 1.9.1

2015-09-05 Thread Andrew Phillips
[moving this to user@...] What is the correct procedure to pass certificate for every public clouds through jclouds? if I have to ship the application to any remote machine ? In terms of trusting certificates, jclouds doesn't behave any differently than any other Java application. The first q

Re: ec2 authorization issue after upgrading to 1.9.1

2015-09-05 Thread Subhadip Bagui
Hi, Please suggest how to resolve the certificate issue. I have created new certificate in java on path {JAVA_HOME}/jre/lib/security/ . That didnt help. Has to pass Constants.PROPERTY_TRUST_ALL_CERTS to make it work. What is the correct procedure to pass certificate for every public clouds thro

Re: ec2 authorization issue after upgrading to 1.9.1

2015-09-04 Thread Subhadip Bagui
Hi, My server time was not synchronized with current time. Thats why the request was failing for aws. After updating the time the same is working fine. I'm having some different issue now. From my local when I'm trying to connect to any public cloud I'm getting the below issue. Please let me kno

Re: ec2 authorization issue after upgrading to 1.9.1

2015-09-01 Thread Subhadip Bagui
Hi Andrew, This is happening while I'm trying to authenticate with particular endpoint for a region. I didn't check with version 1.9.0. Will check and let u know Regards, Subhadip ---

Re: ec2 authorization issue after upgrading to 1.9.1

2015-09-01 Thread Andrew Phillips
Hi Subhadip I'm getting the below error while authenticating with ec2 for any a particular region. Just to confirm: if you use 1.9.0, you do *not* get this error? Regards ap