Needs review
Project:
CloudFront
Version:
6.x-1.2-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2010 at 09:28 UTC
Updated:
28 Feb 2012 at 18:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
krisrobinson commentedsubscribing
Comment #2
michaelraasch commentedHave you tried accessing the file directly in the browser by replacing the http:// with https:// ? Do you see the file in your bucket at all? to the best of my knowledge the protocol doesnt have anything to do with the upload to S3
Comment #3
j0e commentedit allows you to use https via the browser request when accessing a file in a cloudfront distribution. if you set a cname to a server that doesn't have ssl cert it won't work. but going straight those wacky cloudfront urls works fine with https, since cloudfront is verified by digicert. so it would work with any file in s3 that allows public downloads.
Comment #4
jrglasgow commentedCloudfront provides for SSL if you use their domain name. Here is a patch that will detect SSL and adjust the URL accordingly.
Comment #5
jrglasgow commentedthat patch didn't quite work as expected, here is one that works slightly better