-
Notifications
You must be signed in to change notification settings - Fork 104
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
Reverb with Self-Signed Certificate and Supervision as Queue Worker #183
Comments
Hey @Pixolantis, what does your Reverb configuration look like? Could you share your reverb.php file and your |
Hey @joedixon .env
reverb.php (no changes made)
reverb is start with supervision in a separate Container (reverb:8088) |
How are you applying SSL to the Reverb server? |
I don‘t think that is wrong. Reverb is working woth queue:work. If it is wrong, I think it was not working wor an artisan command. reverb is the containername for my reverb host. |
Hey @Pixolantis. Sorry, but this configuration is outside of my ability to provide assistance. I would recommend asking for help in one of our support channels:
|
Reverb Version
1.0.0-beta9
Laravel Version
11.0.7
PHP Version
8.3.6
Description
My Reverb runs with supervision and have the tls verification disabled:
conf(broadcasting.php
I run my queue for a test example with ´php artisan queue:work´ or ´queue:listen´. Both works.
With Queues and supervisor I get this error
Steps To Reproduce
My supervisor for queue:
My dockerfile for supervisor:
I don't know if this is a reverb problem or if I have a missconfiguration
The text was updated successfully, but these errors were encountered: