enable http/2 problem EA4
Hi I made the migration to easypache4 and enabled mod_http2
but after the installation the protocol always remains http1.1
dedicated server configurations: CENTOS 6.9 x86_64 standard
Apache 2.4
mod_cgid (also tried suPHP)
mod_mpm_event
PHP 5.6 Handler: php56-php-fpm (also tried suPHP)
Others
OpenSSL 1.0.1e-fips 11 Feb 2013 -> SSL certified only on domains ( COMODO RSA Domain Validation Secure Server CA)
my http2.conf
Does the server also need ssl certification or do the domains go well? Do I need to configure some other parameter? why do I still receive http1.1 protocol? Thanks.
LogLevel http2:info
Protocols h2 h2c http/1.1
Does the server also need ssl certification or do the domains go well? Do I need to configure some other parameter? why do I still receive http1.1 protocol? Thanks.
-
Hello, You will only see HTTP2 when accessing the site using SSL (https://). Are you testing using the SSL URL? Thank you. 0 -
Sure. The certificate is installed on the domain, but not on the server. http2 does not seem to work. 0 -
http2 does not seem to work.
Can you let us know the full steps you are using to test it? Thank you.0 -
Sure. SSH: curl --head Test online HTTP/2 support | CDN Tools results: not support http2 Current Profile The currently installed packages on the server. Apache 2.4 config config-runtime mod_asis mod_authn_dbm mod_authn_socache mod_buffer mod_bwlimited mod_cgid mod_dbd mod_deflate mod_env mod_expires mod_headers mod_http2 mod_mpm_event mod_proxy mod_proxy_fcgi mod_proxy_http mod_proxy_wstunnel mod_security2 mod_ssl mod_suexec mod_suphp mod_unique_id mod_version tools PHP 5.6 libc-client pear php-bcmath php-cli php-common php-curl php-devel php-fpm php-ftp php-gd php-iconv php-imap php-litespeed php-mbstring php-mcrypt php-mysqlnd php-pdo php-posix php-soap php-sockets php-xml php-zip runtime runtime Others apr apr-util cpanel-tools documentroot libcurl libmcrypt libnghttp2 modsec-sdbm-util nghttp2 openssl php-cli php-cli-lsphp profiles-cpanel
EA4 does not recompile as EA3 does exactly? I have customize the following profile, and I clicked on provision, which ended successfully. Having no results, I also tried restarting the server, but nothing to do.0 -
Hi, I also tried to set config with H2MinWorkers as follows: LogLevel http2:info H2MinWorkers 12 H2MaxWorkers 60 Protocols h2 h2c http/1.1
I do not have antivirus on the server. No way, still http1.0 -
Hello, Could you open a support ticket using the link in my signature so we can take a closer look? Thank you. 0 -
I solved... The CURL version was old, and did not support http2. # curl -V curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.27.1 zlib/1.2.3 libid n/1.18 libssh2/1.4.2 Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
After updating CURL to the latest version, the protocol http2 is working now. Thanks anyway.0
Please sign in to leave a comment.
Comments
7 comments