Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-30 Thread Juan J. Martinez
On 29/05/12 18:07, Shawn Heisey wrote: > [...] >> Just as a note, the SSL capabilities for the Swift proxy server are >> truly for basic testing only. You might want to start with non-SSL and >> then lock it down after you get things working otherwise. > > It took a few tries to figure out everyth

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-29 Thread Shawn Heisey
On 5/24/2012 4:29 PM, Greg wrote: It is mostly the likely the self-signed certificate issue you suspected. Java (and other languages) are pretty notorious for rejecting such unless you configure them just right. I haven't worked with Java in 10 years, so my knowledge of how to fix that is pret

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-25 Thread Nick Lothian
That is the self-signed certificate problem. The code here will download the certificate and install it in the keystore for the JVM it is running in: http://code.google.com/p/educationau-utils/source/browse/trunk/java/EdAuUtils/src/main/java/au/edu/educationau/opensource/ssl/InstallCert.java Thi

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-24 Thread Greg
It is mostly the likely the self-signed certificate issue you suspected. Java (and other languages) are pretty notorious for rejecting such unless you configure them just right. I haven't worked with Java in 10 years, so my knowledge of how to fix that is pretty useless, hopefully another will s