tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 511 forks source link

HTTPS with AWS ELB #573

Closed arthimann closed 3 years ago

arthimann commented 3 years ago

Hello there,

My friends and I work on the project, based on sockets (laravel-echo-server of course). We're using AWS cloud services with ELB. Our server on the HTTPS protocol and trying to initiate the Echo server ask for CERT and KEY paths. But because of ELB there is no CERT or KEY on the server, it's stored and managed by AWS certificate service so I can't provide the paths and of course, the initialization is failed.

Any suggestion, we're really stuck :(