Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(machine): throw error connection refused after set proxy #18936

Merged
merged 1 commit into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. fix(machine): throw connect: connection refused after set proxy

    When the `machine start` command is executed, Podman automatically retrieves the current host's `*_PROXY` environment variable and assigns it directly to the virtual machine in QEMU. However, most `*_PROXY` variables are set with `127.0.0.1` or `localhost`, such as `127.0.0.1:8888`. This causes failures in network-related operations within the virtual machine due to incorrect proxy settings.
    
    Fixes: containers#14087
    Signed-off-by: Black-Hole1 <[email protected]>
    BlackHole1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    81e6322 View commit details
    Browse the repository at this point in the history