5.4. 使用 curl 命令验证是否已启用 HTTP/2
您可以使用
curl
命令行工具验证是否已启用 HTTP/2。
由 Red Hat Enterprise Linux 7 或更早版本提供的
curl
软件包不支持 HTTP/2。
您已
启用了 HTTP/2
。
您可以使用支持
HTTP2
的
curl
版本。
要检查您是否使用支持 HTTP/2 的
curl
版本,请输入以下命令:
$ curl -V
该命令生成以下输出类型:
curl 7.55.1 (x86_64-redhat-linux-gnu) ...
Release-Date: 2017-08-14
Protocols: dict file ftp ftps gopher http https ...
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy Metalink PSL
流程
-
要检查 HTTP/2 协议是否活跃,请输入以下命令:
$ curl -I http://<JBCS_httpd_server>:<port>/<test.html>
注意在前面的示例中,将 &
lt;JBCS_httpd_server
> 替换为服务器的 URI,如example.com
,将 <test.html
> 替换为您要用来测试配置的任何 HTML 文件。不提供 HTML 测试页面示例。端口号取决于您的配置。