We're trying to switch out our Cloud Foundry environment to use an S3-compatible object store instead of NFS for the blobstore, and running into a problem with Iron Foundry not being able to download any objects due to not having SSL support. When testing with a simple script using the EM HTTPRequest it just throws this error:
Encryption not available on this event-machine
We're able to get it working using the standard eventmachine x86-mingw32 but as soon as we replace it with the one custom compiled from your git fork the SSL support goes away. So a couple of questions:
1) Is it really necessary to use the non-standard EM gem? What will break if we don't?
2) Any idea how to compile your gem to get SSL support? I've tried about 30 different combinations using everything I can find in Google today without any luck. :-(
Aaron Huber
Intel Corporation