Comment 9 for bug 520270

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

We just tested this against Lucid UEC and yes, in fact, you can edit your eucarc and set EC2_URL=https://.... and S3_URL=https://...

The places to change this in the code, if we were to default to creating eucarc with https urls are:
$ grep -n http ./clc/modules/core/src/main/java/edu/ucsb/eucalyptus/util/EucalyptusProperties.java
219: return String.format( "http://%s:8773/services/Eucalyptus", cloudHost );
221: return "http://127.0.0.1:8773/services/Eucalyptus";
232: return String.format( "http://%s:8773/services/Walrus", walrusHost == null ? "127.0.0.1" : walrusHost );

That said, being a bit risk-adverse in Lucid right now, I don't think we should make that change for Lucid at this point (due to a complete lack of testing). But we should revisit this with upstream Eucalyptus for 1.7 (Lucid + 1).