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

Automatically import the CA in the windows store when running the symfony-cli in WSL #461

Open
stof opened this issue Apr 5, 2024 · 2 comments

Comments

@stof
Copy link

stof commented Apr 5, 2024

When using the symfony CLI in WSL, installing the CA only in the Linux store is not enough because the browser is likely to be used on the Windows side.
It would be great if the symfony CLI could automatically detect this case and install the CA in both the Linux store (as done today) and in the Windows store.

@stof
Copy link
Author

stof commented Apr 5, 2024

symfony/symfony-docs#19754 is suggested a workaround for now. However, I'm not sure this workaround is enough to make it work in Firefox as it has its own trust store instead of the windows trust store (and the workaround about manually importing the certificate only impacts the windows store).

@stof
Copy link
Author

stof commented Apr 5, 2024

after trying, it looks like the workaround works. It looks like Firefox for Windows reads the Windows trust store.

javiereguiluz added a commit to symfony/symfony-docs that referenced this issue Apr 9, 2024
This PR was squashed before being merged into the 5.4 branch.

Discussion
----------

Add more hints when using Symfony CLI in Windows

Maybe relevant: symfony-cli/symfony-cli#461

Commits
-------

b1789e7 Add more hints when using Symfony CLI in Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant