default URL should be http:// instead of https://

Bug #1468231 reported by Nicolas Thomas
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
cloud-utils (Ubuntu)
Invalid
Wishlist
Unassigned

Bug Description

in ubuntu-cloudimg-query

burl="${UBUNTU_CLOUDIMG_QUERY_BASEURL:-https://cloud-images.ubuntu.com/query}"

Should be:
burl="${UBUNTU_CLOUDIMG_QUERY_BASEURL:-http://cloud-images.ubuntu.com/query}"

Functionality will unchanged and persons using caching /proxy in private environment (or autocaching in public) will benefit from the caching.

Revision history for this message
Scott Moser (smoser) wrote :

well, no. functionality would *not* be unchanged.
ubuntu-cloudimg-query would then be vulnerable to man in the middle attacks.

It does no verification of content, and thus needs secure transport.

Revision history for this message
Dan Poler (l-dan) wrote :

Would it be possible to make it optional, behind a feature flag, for the limited use case we have?

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in cloud-utils (Ubuntu):
status: New → Confirmed
Revision history for this message
Scott Moser (smoser) wrote :

for your limited use case, is it not possible to adjust the environment that it runs in to have a different url ?

Changed in cloud-utils (Ubuntu):
importance: Undecided → Wishlist
Scott Moser (smoser)
Changed in cloud-utils (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Nicolas Thomas (thomnico) wrote :

It has been taken care of in Juju itself which was the use case.

The parameter is : cloudimg-base-url FYI

Can close invalid

Scott Moser (smoser)
Changed in cloud-utils (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.