Bombay region gradle plugins returns 522 (https://plugins.gradle.org/m2)

All day today I have been trying to download packages via https://plugins.gradle.org/m2
but keep get 522. It works if I VPN from a region other than bombay, but when calling from the bombay region I get this response.

Checking https://www.cloudflarestatus.com/

BOM seems to be operational. Can you guys please look into this? Thanks

curl -L https://plugins.gradle.org/m2/


<html>
<head><title>522 Origin Connection Time-out</title><script src="/cdn-cgi/apps/head/FN3vlmc8up4Hqc_DAK7ZtZN8qiw.js"></script></head>
<body bgcolor="white">
<center><h1>522 Origin Connection Time-out</h1></center>
<hr><center>cloudflare-nginx</center>
</body>
</html>

Facing similar issue and same is working via VPN. PFA screenshot

Is there any ETA on this issue? We have quite a bunch of learners on our platform (www.crio.do) who is getting affected because of this …

Sorry, we’re looking into it.

We’re seeing increased error rates between plugins.gradle.org and other Cloudflare data centers in India (Bombay and Hyderabad)

Thanks for looking into this @sterling

Are there workarounds for this like talking to a different server? We tried the following, it works sometimes but still not reliable…

./gradlew build -Dhttps.proxyHost=3.96.208.91 -Dhttps.proxyPort=3128

thank you @sterling for looking into it, can you provide some alternative solution to avoid this issue in future, is there any way to cache these dependencies on an inhouse server and whenever such scenario occurs same is served via inhouse server