How can you access a bucket file at a domain root with HTTPS on Google Cloud Storage?

时间:2015-12-04 21:20:25

标签: flash google-cloud-storage plupload

I need to have crossdomain.xml accessible at the root of a domain when accessing a Google Storage bucket.

The SSL cert doesn't work for http://storage.example.com.storage.googleapis.com/crossdomain.xml, so is there any way to get GCS to work with cross-domain Flash uploads? Is there another domain I can securely reach my bucket at, where my files are at the root?

This was simple when I could use a CNAME with our bucket when using HTTP, but you can't use a CNAME with HTTPS.

Previously was uploading files to:
http://storage.example.com/
But now we are uploading to since we need SSL:
https://storage.googleapis.com/storage.example.com/.

However, this is breaking cross-domain Flash uploads, because Flash now tries to validate the cross-origin policy at https://storage.googleapis.com/crossdomain.xml which doesn't exist of course.

0 个答案:

没有答案
相关问题