Skip to main content

All Questions

Tagged with
0 votes
0 answers
42 views

Pusher error 0A000438:SSL routines::tlsv1 alert internal error

I'm using Laravel Reverb on my live server. I've configured it to run with Nginx. However, I'm getting the following error whenever I try to broadcast an event using Reverb. Pusher error: cURL error ...
ThatGuy24's user avatar
0 votes
0 answers
12 views

Websocket Handshake at the same time makes server 504 bad gateway

Okay, here's the detail I have ubuntu VM with nginx as web server, here's all the app backend, laravel frontend, laravel websocket, socketio, expressJS (run on port 8015, reverse proxy to domain-ws....
Tuhan Kamu's user avatar
0 votes
1 answer
178 views

Laravel Echo Server , Socket IO , Nginx problem

we are trying to use laravel echo server , socket io , redis on nginx webserver for a page that we need to have real time informations on it , our laravel website and realtime is working on local ...
Kasraak's user avatar
1 vote
1 answer
1k views

Soketi & Echo doesn't work with SSL and doesn't authorize Private channels

Setup: Forge Nginx Soketi Echo Laravel Sanctum Issues: SSL doesn't work. Error: WebSocket connection to 'wss://IP:6002/app/payload' failed: When using WS instead of WSS -> Error: Connection is ...
Jaeger's user avatar
  • 1,716
2 votes
1 answer
3k views

Laravel websockets with nginx

I have followed tutorials to configure laravel with websockets using docker, except that my php version is PHP 8.1.9, and laravel 8. My nginx container is a reverse proxy to web_dev container, and ...
Daniel Katz's user avatar
  • 2,379
0 votes
1 answer
2k views

Problem when using Docker and Nginx as reverse proxy for Laravel WebSocket

I've set up my Laravel project with docker and docker-compose. I've exposed port 6001, which is the port for running the WebSocket as default, and configured Nginx based on the documentation, but when ...
Mehrab HP's user avatar
1 vote
0 answers
460 views

How can I configure Laravel websocket on digitalocean nginx without forge

So, I have a real time app which is working fine locally, but moving it to production I realize the real time feature is no longer working mainly because of Laravel websocket error: "WebSocket is ...
MirrorLog's user avatar
2 votes
1 answer
4k views

Laravel + Nuxt + Nginx: WebSocket is closed before the connection is established

General scheme and project configuration files The project consists of two parts: Server part - Laravel (api) Customer part - NuxtJs (client) A minimum project configuration has been prepared for ...
tol64's user avatar
  • 131
5 votes
0 answers
1k views

Laravel-websockets with ssl and nginx

I have been trying to get laravel-websockets work on my website with ssl on nginx on my server. I have been using laravel with echo. It works perfectly on my local computer. This is the error i have ...
Arpit's user avatar
  • 51
3 votes
1 answer
2k views

laravel websocket with nuxt and nginx reverse proxy returns 502

Im running laravel 7 & trying to run laravel-websockets with nginx proxy using ssl. unfortunately after I configure everything Im facing WebSocket connection to 'wss://www.rabter.com:6001/app/...
Pc Monk's user avatar
  • 75
4 votes
0 answers
534 views

Laravel-Websockets, Nginx, Docker, Apache Mesos & more in this stack - 404 error

When we setup laravel-websockets locally in docker, everything worked wonderfully; however, when it all got pushed to prod, problems arose. Consequently, we have to split up our main site into one ...
Munsterlander's user avatar
0 votes
1 answer
1k views

Unable to connect to Laravel Websockets with Forge, nginx & AWS

Been stuck on this for months. Followed all the tutorials backwards. It's working fine locally on homestead but I am stuck on production and its time to ask for help. The ports 6001 & 6002 are ...
Dazzle's user avatar
  • 3,022
0 votes
1 answer
719 views

Error connecting to socket channels when running a echo server through a subdomain

A lot of companies or work places have secutiry protocols in place where only the common ports are open, e.g. 80 (HTTP), 443 (HTTPS). If we were to have our web app try connecting to port 6001 (by ...
Ilya Degtyarenko's user avatar
0 votes
1 answer
5k views

Can't start the laravel-websockets admin page

I have the demo laravel websockets app up and running on a centos server, having followed the basic installation instructions here: https://github.com/beyondcode/laravel-websockets-demo I've also got ...
IanM's user avatar
  • 267
1 vote
1 answer
3k views

How to use laravel-websockets with nginx reverse proxy on google app engine?

I'm trying to deploy the laravel-websockets into a google app engine service and don't manage ssl certificates. App engine "google frontend" will only forward port 80 and 443 to the custom user nginx....
Bruno Tomé's user avatar

15 30 50 per page