- Newest
- Most votes
- Most comments
Hello.
Are there any known issues or configurations on the ALB that might prevent file downloads specifically over HTTPS?
I myself have never heard or seen such an event.
For example, is it possible that a file is taking a long time to download and is timing out?
Could there be any specific settings or headers that need to be adjusted in our application or on the ALB to facilitate file downloads over HTTPS?
Are there any errors output in the application log or access log when downloading the file?
Also, can I check the access log when downloading the file and confirm that the access has reached EC2?
Is there any additional logging or monitoring that we can enable on the ALB or the EC2 instance to gain more insights into why HTTPS file downloads are failing?
By looking at the ALB access log, you can determine whether the request is reaching the target EC2.
If it has reached the target EC2, you need to check the logs of the application hosted on EC2.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html
Adding to the other answer:
Have you tried downloading the files directly over HTTPS using a tool such as curl
or wget
without going through the redirect process? You can enable debugging to see what is happening. That will also clear up the problem of "no error message". There is an error here but without knowing what it is, troubleshooting is very difficult. Even "timeout" is an error and it would tell us something.
Relevant content
- asked 3 days ago
- asked 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 4 months ago