Search Unity

Amazon AWS SSLv3 deprecation and Unity Apps

Discussion in 'Editor & General Support' started by gfxguru, Apr 24, 2015.

  1. gfxguru

    gfxguru

    Joined:
    Jun 5, 2010
    Posts:
    107
    Hi,
    Last day i got an email from amazon aws saying that:

    As of 12:00 AM PDT May 20, 2015, AWS will discontinue support of SSLv3 for securing connections to S3 buckets. Security research published late last year demonstrated that SSLv3 contained weaknesses in its ability to protect and secure communications. These weaknesses have been addressed in Transport Layer Security (TLS), which is the replacement for SSL. Consistent with our top priority to protect AWS customers, AWS will only support versions of the more modern TLS rather than SSLv3.

    The following bucket(s) are currently accepting requests from clients (e.g. mobile devices, browsers, and applications) that specify SSLv3 to connect to Amazon S3 HTTPS endpoints.

    bucketname : us-east-1

    This bucket is accessed by ios/android app using unity's WWW function which downloads some assetbundles to the app.The files on amazon S3 are public files too.

    My concern is whether unity's WWW was using SSLv3 , if so how we can resolve this situation.?

    Thanks in advance.