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

On Windows, add --ssl-no-revoke flag to the curl command #62

Open
fertrig opened this issue Dec 20, 2022 · 0 comments
Open

On Windows, add --ssl-no-revoke flag to the curl command #62

fertrig opened this issue Dec 20, 2022 · 0 comments
Labels
good first issue Good for newcomers windows Related to the Windows operating system.

Comments

@fertrig
Copy link
Collaborator

fertrig commented Dec 20, 2022

Monarch uses curl to download the UI binaries it needs for the flutter version the user is running. If the user is running Monarch on Windows and their network is behind an MITM proxy, then the curl command will fail.

The issue was first reported here: #44.

The fix is to add the --ssl-no-revoke flag to the curl command. See the accepted answer here.

@fertrig fertrig added windows Related to the Windows operating system. good first issue Good for newcomers labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers windows Related to the Windows operating system.
Projects
None yet
Development

No branches or pull requests

1 participant