Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Redirect to 127.0.0.1 instead of localhost #2554

@jcansdale

Description

@jcansdale

Redirecting to 127.0.0.1 instead of localhost might fix the following:

From #2550 (comment)

I disconnected from VPN !
I suppose the last step was the step that solved the problem... hopefully this will help others facing the same issue.

From https://stackoverflow.com/a/57756179

One problem might cause this kind of behavior. If you are connected to a corporate network by VPN, the VPN connection will change the search domain, for example, mycompany.corp.

On the other hand, some systems in the corporate network might register themselves as 'localhost.mycompany.corp' ( this should be a mistake ).

The result is localhost.mycompany.corp will now be resolved to a private IP like 10.xx.xx.xx, and when you tried to access http://localhost:4554/ , the request is sent to 10.xx.xx.xx port 4554, instead of the supposed 127.0.0.1 port 4544.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions