• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    http 2 SPDY

    User help
    3
    5
    1.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Brad Boutwell
      last edited by

      Has anyone tried enabling http2 in jetty? Advantages?

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by phildunlap

        Hi Brad,

        Yes, we have. The main advantage is that it's faster.

        I believe if you have HTTPS enabled and the ext enable-alpn script in the Mango/bin/ext-enabled directory it should automatically upgrade the connection. It's possible that the appropriate alpn jar (referenced in the enable-alpn script) wasn't in your Mango download. There was an issue in the build system, so it isn't in the 3.3 download but will be subsequently. If indeed you do not have a Mango/boot/jetty-alpn-agent.jar you can download it from Maven central, http://search.maven.org/#search|gav|1|g%3A"org.mortbay.jetty.alpn" AND a%3A"jetty-alpn-agent"

        Edit: This is in relation to HTTP/2 . If your question is specifically about SPDY (which I know little about), can you elaborate?

        1 Reply Last reply Reply Quote 0
        • Jared WiltshireJ
          Jared Wiltshire
          last edited by

          Direct link to the jar - http://search.maven.org/remotecontent?filepath=org/mortbay/jetty/alpn/jetty-alpn-agent/2.0.7/jetty-alpn-agent-2.0.7.jar

          Ensure you rename it to jetty-alpn-agent.jar.

          SPDY is the predecessor to HTTP/2 and we do not support it.

          Developer at Radix IoT

          1 Reply Last reply Reply Quote 0
          • B
            Brad Boutwell
            last edited by

            Thanks, Phil. I will give it a try. Is https a fundamental
            requirement for it to work properly?

            1 Reply Last reply Reply Quote 0
            • phildunlapP
              phildunlap
              last edited by

              Yes

              1 Reply Last reply Reply Quote 0
              • First post
                Last post