timraay/Barricade

CRCON integration fails with "An unexpected error occurred!" Failed to ban player

Closed this issue · 2 comments

Hi, thanks for Barricade!

When I try to ban a player through the CRCON integration, I get a message as below:

image

Are there any additional logs I can look at to maybe work out what's not working? I may have mucked things up as it was fairly painful to get the integration running (I initially tried on CRCON v10.1.x).

Have a look at the config of the reverse proxy you use for your CRCON installation and make sure websockets are being routed properly. It is trying to connect to wss://admin1.yourdomain.com/ws/barricade and getting status code 400 during the handshake.

That's fixed it, thanks! For anyone else using Nginx Proxy Manager, you need to enable websockets and HTTP/2 (this is configured on the SSL page for some reason).