Skip to main content
9 events
when toggle format what by license comment
Dec 4, 2018 at 7:49 comment added Andy Wilkinson I can’t say without some more information. Why not add a question of your own, providing as much information as you can?
Dec 4, 2018 at 7:08 comment added sam @AndyWilkinson i tried your solution and subsequently added a new TLS 1.2 self signed certificate but still my browser is using http 1.1. Is there a problem with embedded tomcat?
Nov 8, 2016 at 15:38 comment added Andreas Falk Just add snippet above in a class annotated with @Configuration of spring framework
Sep 8, 2016 at 12:45 comment added elyograg I have a potentially very dumb question. Several times, I have seen "include this bean" in relation to Spring Boot ... but I have not been able to figure out what file to open/create before I paste the bean.
Aug 10, 2016 at 6:50 comment added Alex Theedom Just to add that Tomcat 9 supports HTTP2 with a few configuration in the server.xml file. readlearncode.com/configure-tomcat-9-for-http2
Jul 27, 2016 at 21:38 comment added Andy Wilkinson That's a strange way to ask for more help. I'm done here.
Jul 27, 2016 at 20:48 comment added Andy Wilkinson h2c will work as-is but not many (any?) browsers support it. If you want it to work securely (h2), you'll need to jump through some hoops with Tomcat Native.
Jul 27, 2016 at 20:00 comment added yglodt Is there anything else that needs to be done apart of running Tomcat with https? (I did enable it for localhost by following this question stackoverflow.com/questions/30404579/…). But in Chrome's network debugger I see everything is still served via http/1.1
Jul 27, 2016 at 12:55 history answered Andy Wilkinson CC BY-SA 3.0