We have pretty much simple setup like:
client <----->Haproxy<----->Apache with virtualhosts connect to tomcat using mod_jk.
I was planning to leverage HTTP/2 in the above setup. I have SSL terminated at HAPROXY. In apache I have 100-120 Virtual hosts. Can someone advise me should I setup SSL certs + SSL Virtualhosts for all those current Non-SSL Virtual hosts?
Secondly, do I need to setup ssl cert + Config in tomcat server.xml as well?
I'm bit confused till what layer in the Stack should I implement HTTP/2 ?