Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A problem with "firewall incoming requests" in macOS #117

Copy link
Copy link
Closed
@javiereguiluz

Description

@javiereguiluz
Issue body actions

In the previous closed-source version of Symfony CLI, the first time I run it, I saw this dialog to allow/deny incoming requests in the macOS firewall:

firewall-popup

After allowing it, I added the binary to the list of applications which are allowed incoming requests and that's it. I never saw that firewall dialog again.


With the new open source version, I see the same firewall dialog whenever I run symfony proxy:start and symfony serve -d. I've tried adding the Symfony CLI binary to the list of allowed apps (both the real binary at e.g. /opt/homebrew/Cellar/symfony-cli/5.4.2/bin/symfony and the link to the binary at e.g. /opt/homebrew/bin/symfony) and I update this whenever I upgrade the Symfony CLI version, but it doesn't work.

Today I was really tired of this issue and I looked for other solutions. I found this explanation for the problem --> https://superuser.com/a/912663 and this solution for it --> https://superuser.com/a/1438094

Running the following command solved the problem for me:

sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/5.4.2/bin/symfony

Just sharing this here in case others have the same problem or in case we can do something in this project to improve the situation. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.