0

To upload files to S3, I'm following the tutorial at http://blog.fineuploader.com/2014/01/15/uploads-without-any-server-code/

I got the first few errors out of the way, but i'm stuck at this one.

Failed to load resource: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “videoupload.mobdesignapps.fr.s3.amazonaws.com” which could put your confidential information at risk.

I'm hosting the site on S3 and need to upload files to another S3 buckets.

Any clue appreciated

Ray Nicholus
  • 19,538
  • 14
  • 59
  • 82
otusweb
  • 1,638
  • 1
  • 19
  • 30
  • This is not a Fine Uploader issue. It looks like you have not setup your static S3-hosted website properly for access over SSL. Have a look at http://stackoverflow.com/questions/15719764/https-for-amazon-s3-static-website for more information on how to do this. – Ray Nicholus Oct 06 '15 at 14:40

1 Answers1

0

Found the answer in this question: Amazon S3 Bucket naming convention causes conflict with certificate

Essentially bucket name need to not contain any period (".") to work with the default S3 SSL certificate.

Community
  • 1
  • 1
otusweb
  • 1,638
  • 1
  • 19
  • 30