We have an Apache web server with load balancer and we are planning to upgrade our TLS version from 1.1 to 1.2 due to chrome compatibility issues.
Currently the load balancer has TLSv1.1 and TLSv1.2 configured and the web server has TLSv1.1 configured.
If we remove TLSv1.1 from the load balancer configuration and leave the web server with TLSv1.1, will this cause any issues? Should my web server's TLS version match the load balancer's TLS version?