Skip to main content

All Questions

Tagged with
0 votes
1 answer
883 views

Laravel websocket on https local server

I'm trying to implement a local network-accessible laravel app with websocket. Everything works well on http, now we need to upgrade to https to allow the app on windows desktop notification. I made a ...
Roi's user avatar
  • 539
1 vote
1 answer
1k views

Deploy Laravel Websockets to Amazon EC2 Instance with AWS Certificate Manager to handle SSL

I developed a real time chat app with Laravel Websockets/Websockets API on localhost + Self Signed Certificate to use a SSL in local development. Everything works up to this point. I uploaded ...
Mr. Kenneth's user avatar
  • 1,186
2 votes
0 answers
1k views

Unable to run Laravel Websockets on ssl(https) on Shared/VPS server

Unable to make it work on HTTPS it is perfectly working on HTTP. Almost tried every other question but I am not sure if my code is able to read the SSL certificate how can I be sure that certificate ...
Zain Waheed's user avatar
1 vote
0 answers
161 views

Laravel web socket ssl assignment

I am using Laravel web sockets. I can't find path local_cert and local_pk I can't define ssl. I am using lets encrypt ssl. When I create SSL, it just creates a certificate as .pert. What should I do ...
mia's user avatar
  • 19
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
0 votes
1 answer
524 views

WSS Secure Websockets on Elastic Beanstalk with Apache PHP and Laravel

Having issues getting secure websockets to work in laravel on AWS elastic beanstalk. They work fine in dev and production over http & ws. In dev it works fine over https and wss. In production (...
Ryk Waters's user avatar
2 votes
0 answers
4k views

Websocket with Laravel - Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID

I have using Websocket with Laravel. And I cloned the project on server too. And also I checked the domain name with SSLserver Test.It shows the domain name in A grade and the certificate from ...
S.Sakthybaalan's user avatar
6 votes
1 answer
2k views

Illuminate \ Broadcasting \ BroadcastException No message

I'm using Laravel websocket written by beyoundcode. After couple of days, I've connected to myDomain.com/laravel-websockets and first step solved. But now, when I trigger an event, laravel has error ...
Kiyarash's user avatar
  • 2,518