raymenstereo Since 2 Days my Application throws me an Timeout. Why? When i enter the URL directly i get an response. "cURL error 28: Failed to connect to api.aladhan.com port 443 after 5204 ms: Connection timed out (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.aladhan.com/v1/timings?latitude=51.6833340&longitude=7.8166670&method=99&tune=-10%2C1%2C-7%2C3%2C2%2C8%2C9%2C8%2C08%2C0%2C0" This runs since few months without problems and any changes from my side. Is anything changed on your side?
meezaan raymenstereo No changes @raymenstereo. Is it possible for you to curl -I https://api.aladhan.com from your server and share the headers, please? Is it also possible to share an mtu between your server and the IP you see for the domain? Thanks.
raymenstereo There was a misconfiguration in a Docker container (somehow, because nothing has changed on the server), which caused it to not send any requests outside the container. After restarting it, everything worked correctly again. Thank you!