We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-tls
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
Hello :), On the Mercure documentation page, in the "Running a Mercure Hub" section, there is the following sentence:
If you use the Symfony Local Web Server, you must start it with the --no-tls option.
symfony server:start --no-tls -d.
I find that the reason why we need to add --no-tls is missing.
The text was updated successfully, but these errors were encountered:
Let's ping @dunglas to see if he can give us a hint about this. Thanks!
Sorry, something went wrong.
It's to prevent mixed content and invalid TLS certificate issues.
Thanks Kévin! We'll add that to the docs.
No branches or pull requests
Hello :),
On the Mercure documentation page, in the "Running a Mercure Hub" section, there is the following sentence:
If you use the Symfony Local Web Server, you must start it with the
--no-tls
option.I find that the reason why we need to add
--no-tls
is missing.The text was updated successfully, but these errors were encountered: