Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
HTTP/2
-
Just a thought, as long as SSL is implemented: Could this be a straightforward implementation? Might affect the minimum required version of JDK in order to make it work though... Was just thinking of security and speed in one...
Feel free to correct me if this brings more cons than pros.... -
Its already implemented. You just need to enable SSL and ALPN in your env.properties.
Read the notes in env.properties, you have to enable the ALPN script extension. It adds
javaagent:${MA_HOME}/boot/jetty-alpn-agent-x.x.x.jar
to the java options. -
Well I feel like a muppet for not knowing that,... I looked under documentation and didn't see it there under the env.properties stuff so thought I'd mention it. I'll give it a try. thanks Jared!
-
It should work fine on Java 8, Java 9 might have issues.
-
Good to know, thanks Jared, much appreciated.