I'm running LSWS enterprise on dual servers which is behind an F5 load balancer. That F5 is performing SSL offload for me and communicating to my lsws servers over cleartext on port 80. This works great.
The F5 was recently updated and now supports HTTP/2 and the lsws server also supports HTTP/2 over clear text. Yes I realize browsers don't but the client is getting SSL from the F5, it doesn't know about the offloading.
Is there any reason this shouldn't work? Does the communication between the F5 and the lsws server need to be on port 443 as well by simply changing the listening port?
The F5 was recently updated and now supports HTTP/2 and the lsws server also supports HTTP/2 over clear text. Yes I realize browsers don't but the client is getting SSL from the F5, it doesn't know about the offloading.
Is there any reason this shouldn't work? Does the communication between the F5 and the lsws server need to be on port 443 as well by simply changing the listening port?