lukehebb
lukehebb
Would just like to second this - I've just had Laravel throw the error below which seems to be because the file is too big? `[2017-01-24 16:18:12] local.ERROR: ChrisWhite\B2\Exceptions\B2Exception: Received...
That means the database details are wrong. Which side are you seeing this on and is the script in the correct place?
That looks like the script you are using is the one that runs on the freeradius server - this should be on a web server on the freeradius server _or_...
Let me take a look at the code, which file have you put the details in?
Is the server IP set correctly in the module config within WHMCS? It seems to be connecting to localhost, I'm assuming that freeradius isn't running on the same server as...
Can you provide more information for your requirements? I'm looking to expand this module a bit and bring it more up to date
What are you trying to limit exactly by using this plugin?
Try port 443, port 80 won't be using the SSL config so is likely what is causing the WSS connection to fail
We use WSS successfully for thousands of clients though we do it in a slightly different way as we use V2 of laravel-websockets behind a load balancer. One thing I...
We have it so our clients use wss://domain.com which runs nginx to accept SSL on port 443. This then uses nginx to proxy to the laravel-websockets application under the hood...