• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question HTTP/2 Enabled But Request Protocol HTTP/1.1

Hi can you check these requirements?

Known Issues and Limitations
openssl 1.0.1 or higher is required to work with modern ciphers necessary for HTTP/2. For several older Operating Systems (such as CentOS-5 and RHEL-5), earlier openssl version is provided by the OS vendor.

HTTP/2 support on such OSes may be unavailable.

It is serverwide option, so there is no way to configure it on per-domain basis.

Also please check KB with troubleshooting materials: #213942145
 
I think you are all set.

You have to use http2 enable browser to receive http2 requests.

Also you can set file such as jpg,gif,txt server directly by nginx so the nginx will serve the in http2. This setting is in hosting options.

Also please note http2 support request only with SSL enable.
 
I think you are all set.

You have to use http2 enable browser to receive http2 requests.

Also you can set file such as jpg,gif,txt server directly by nginx so the nginx will serve the in http2. This setting is in hosting options.

Also please note http2 support request only with SSL enable.


Hi,

Screenshot

openssl s_client -connect example.com:443 -nextprotoneg '' response Screenshot

Nginx Status : Screenshot

OpenSSL Version : Screenshot

/usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php files content
Screenshot

/usr/local/psa/bin/http2_pref enable run response : Screenshot

/usr/local/psa/admin/conf/panel.ini file content : Screenshot

/usr/local/psa/admin/bin/httpdmng --reconfigure-all

/etc/nginx/conf.d/ssl.conf file content, Screenshot

Not working http2 request :(

Thank you.
 
Are you looking at the nginx ssl access log? Also they to use different browsers.

You can try the online http2 test metion before than see if its appear as a http2 access in the log file
 
his domain is not showing http2 if we open in browser too. i checked it with firefox extension.

kindly remove all data from
Additional nginx directives and try again
 
Back
Top