Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Description
Hello :),
On the Mercure documentation page, in the"Running a Mercure Hub" section, there is the following sentence:
If you use theSymfony 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.