Hi there we got the requirement to run with http2 and TLS1.3. Is it possible to solve this requirement? Kind regards, Sven asked 15.02.2019 at 05:41 skilchenmann |
There is now a demo showing that an NGINX before an AXON.iVY Engine can easily serve via the modern protocols requested here. https://github.com/ivy-samples/docker-samples/tree/master/ivy-reverse-proxy-nginx This is my favorite approach that works performant and secure. answered 03.05.2019 at 04:50 Reguel Werme... ♦♦ |
Theoretically there exists a backported HTTP2 protocol implementation that should work with our embedded Tomcat 8.5 Webserver: https://tomcat.apache.org/tomcat-8.5-doc/config/http2.html But today you have no API to enable it on the Axon.ivy Engine. So please open issue for your requirement. answered 15.02.2019 at 06:23 Reguel Werme... ♦♦ okay thanks - hope this is okay like this: XIVY-3095
(15.02.2019 at 07:20)
skilchenmann
And regarding TLS 1.3: Java has built-in support for TLS 1.3 from Java 11 on. If you want TLS 1.3 support for Java 8 you need to find some 3rd party security provider.
(18.02.2019 at 03:09)
Andreas Rusch
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 15.02.2019 at 05:41
Seen: 2,134 times
Last updated: 03.05.2019 at 04:50