Skip to main content

enable http/2 problem EA4

Comments

7 comments

  • cPanelMichael
    Hello, You will only see HTTP2 when accessing the site using SSL (https://). Are you testing using the SSL URL? Thank you.
    0
  • robert_fx
    Sure. The certificate is installed on the domain, but not on the server. http2 does not seem to work.
    0
  • cPanelMichael
    http2 does not seem to work.

    Can you let us know the full steps you are using to test it? Thank you.
    0
  • robert_fx
    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
  • robert_fx
    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
  • cPanelMichael
    Hello, Could you open a support ticket using the link in my signature so we can take a closer look? Thank you.
    0
  • robert_fx
    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.