Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] "TLS ALPN (Application-Layer Protocol Negotiation) support is not available. HTTP/2 support will not be enabled" in Grizzly tests?
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 24 Mar 2020 21:28:09 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=s7TBhMoUThBdheY/xL61BzsyXU4i1NoXWLG1zXKVXyA=; b=OnvBtIJJt38TJrXY41yeHM3iFzX9J6+L0KhuAZkVIftnUni8EJrZQTxpEoG78h2lscBU8hLJVCvE6og0MGpLgonBbWBqwG8y3mTgIUQkLOp8Xob/db0fzwRScS4MCFaTqrMheRHKTCag/97Du8Tcu2+ajzqoVXNCshCckE74ssXm556jUUErHiXTOMxXgS7H4M2T8eR6tiRkIO7cJkKV2BBytSJgHvD0+jylDcG8BqqnxnGU6z56nm8/hKXR6piL/cP32sevRU/0iQ3JedI+sza+8KdiQrSoUkg661g30swMgASvnOWzL6x6xgoSF//VQqr7ZFwIvpX1LqOccXG/ig==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Sg7C+EiY6JXTctjx5nvwKPsbNOiG306SwLDviQkc3+SJnuE33EqYzjiZnMT7aW/K9jJsYakR2g6M2sI6U2DwdziUzToMuyuWeLjq7axWSgWLIGQeu3qVK6r4zp9Jv6r3ozX7eGsb+9JbNb257cJrgtnEMCvZ6LunS4zW0GrpRHyF2ErgnYNnE8iaFcqnw69axrjbEjRSgXnryiXkWhti/H5rTJBYhWNHeGrrX6LCYqS2bBfH7OabkekUEEDWVjrSSjRFF534BbFWM9119IWaq7Iyp7ajow51SfijNhksfXWFnKvmmsb+2HJ3ctZPHQUjs1irDZ5KgpKPltUTBqXs7g==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWAgp35Cl+RVgvp0y9RbrfUwKtAahYQYWw
  • Thread-topic: [glassfish-dev] "TLS ALPN (Application-Layer Protocol Negotiation) support is not available. HTTP/2 support will not be enabled" in Grizzly tests?

I haven't seen the error message referred to so not sure of the context.

However to get ALPN to work generally you need to add the appropriate grizzly-alpn jar to the bootclasspath of the server. Which version depends on the exact JDK build number you're on.

Steve

-----Original Message-----
From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Russell Gold
Sent: 24 March 2020 18:31
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] "TLS ALPN (Application-Layer Protocol Negotiation) support is not available. HTTP/2 support will not be enabled" in Grizzly tests?

What JDK do you need to get this to work? The latest JDK8 I can find is build 241

Thanks,
Russ
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev


Back to the top