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's gravatar image

skilchenmann
(suspended)
accept rate: 33%


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.

link

answered 03.05.2019 at 04:50

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

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.

link

answered 15.02.2019 at 06:23

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

okay thanks - hope this is okay like this: XIVY-3095

(15.02.2019 at 07:20) skilchenmann skilchenmann's gravatar image

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 Andreas%20Rusch's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×4
×4
×1

Asked: 15.02.2019 at 05:41

Seen: 2,023 times

Last updated: 03.05.2019 at 04:50