We’re using the [[statics]] section to serve up static assets from tigris. However, requests to those static assets take anywhere from 1 seconds to 21 seconds, and it doesn’t seem to get quicker (hoping it would be cached on read).
Normal file downloads from pre-signed urls is also super slow, right now. https://status.tigris.dev/ is all green though. Also file download from the t3 domain is broken. Cant download from the console either.
This site can’t provide a secure connection
xxxx.t3.storage.dev sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
Yes, still the same error from console generated presigned urls.
# This site can’t provide a secure connection
**xxxx.t3.storage.dev** sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
I switched our app to use the https://fly.storage.tigris.dev/ domain to generate presigned urls and that works from residential IPs. but the storage.dev domain still seems to not work from our DNS provider.
@gangadhar it is possible that the t3.storage.dev endpoint was getting blocked by your ISP. In such cases, you will see the SSL protocol error. Are you still not able to access that hostname from your local ISP?