Hi all,
AWS S3, which Bubble uses to host files, is removing support for TLS 1.0 and TLS 1.1 on June 28, 2023. This means that certain unsupported browsers will not be able to access files and images uploaded on Bubble apps. Supported, up-to-date browsers will not be affected.
Here is a partial list of browsers that will no longer be able to access files and images on Bubble apps after this change:
- Chrome < 30
- Firefox < 27
- IE < 10
- Safari <7
- Android < 5
Workaround:
In some cases, this can be worked around. This applies if your app has images or files whose URL begins with https://appforest_uf.s3.amazonaws.com.
If you would like for browsers on that do not support TLS versions about 1.1 to continue to be able to access your app’s files, as a workaround you can manually replace the URLs of your images and files, substituting https://appforest_uf.s3.amazonaws.com with https://dd7tel2830j4w.cloudfront.net.
For example:
https://appforest_uf.s3.amazonaws.com/ed12eb8e59b14fc7x8a07ba8b8c4fd8ca/my_file.png
Would be replaced with
https://dd7tel2830j4w.cloudfront.net/ed12eb8e59b14fc7x8a07ba8b8c4fd8ca/my_file.png
Please let us know if you have any questions!
Reference:
AWS Blog Post: TLS 1.2 to become the minimum TLS protocol level for all AWS API endpoints | AWS Security Blog