Alexis_Gruet_22
Sep 16, 2016Nimbostratus
Linerate 2.6.1 / Socket.IO - Express
Suppose a farm of Nodejs servers, running Express and Socket.IO, without any reverse proxy such as apache or nginx. Express and Socket.IO are running in HTTPS
Is Linerate support Express and Websocket ( socket.io ). I tried to several setup such as
VIP ( HTTP:443 ) ---> VS ( HTTP ) ---> RS ( HTTP )
with the right SSL Profile and Hostname
or
VIP ( TCP:443 ) ----> VS ( TCP ) ----> RS ( TCP )
with the right SSL profile and Hostname
Nothing to do, this does not work and claiming for 404 not found. However, with the same setup for regular PHP Backends it was working.
Any advices ? Is there any online ressources on how accomplish this setup on linerate ?