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).

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Medium
       Status: New

** Changed in: eucalyptus (Ubuntu Lucid)
       Status: New => Won't Fix

** Changed in: eucalyptus (Ubuntu)
       Status: New => Triaged

** Changed in: eucalyptus (Ubuntu)
       Status: Triaged => Fix Released

-- 
Support SSL for web services
https://bugs.launchpad.net/bugs/520270
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to