Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Non-Existent or Intermittent Internet Access When Using FusionAuth (2025)

FusionAuth's built-in HTTP client may cause internet access issues by bypassing the system's proxy configuration when making external requests (e.g., for login themes, email templates). A community discussion suggests workarounds such as unsetting the proxy host, using an external HTTP client, or setting JVM proxy properties. An update notes that FusionAuth plans to address this in version 1.54.0.

Background

- FusionAuth is an open-source, self-hosted authentication and identity management platform (think "login infrastructure" for apps and websites). It competes with services like Auth0 or Okta but is designed to be run on your own servers. - This 2025 forum thread describes a networking bug: when FusionAuth is running on a machine, that machine loses or struggles with internet access. The issue is specific to FusionAuth's behavior, not a general network problem. - The community discussion points to Docker networking conflicts (FusionAuth is often deployed via Docker) and port collisions, particularly with DNS or proxy settings that FusionAuth's internal services (like its embedded Elasticsearch) might inadvertently override. - For a tech audience: the relevance is that self-hosted identity systems are supposed to be lightweight, but this bug shows how one can silently break basic network connectivity, which is a serious operational risk for any organization using it.