On Fri, Aug 22, 2025 at 4:29 PM viktor_krumm <viktor_kr...@proton.me.invalid> wrote:
> Both curl and openssl s_client work just fine. I can connect to Maven. I > am wondering if there is an upstream change in the dependency or path for > some reason. I believe the Dockerfile was compiling right earlier today. > > I don't think an upstream dependency change would cause the error you're seeing - it very clearly says: Network is unreachable This isn't an issue with Maven not being able to find a dependency that's changed or something like that, it's saying that it cannot connect to the server. Perhaps it's just a transient issue, and will go away on its own - maybe the Maven repo is throttling traffic or something like that? -Nick