• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Resolved Nginx HTTP3 cause invalid redirect on WordPress

Paulo_o

Basic Pleskian
I have activated HTTP/3 support for nginx in a Plesk Obsidian 18.0.61 with OS Ubuntu 20.04.6 LTS.

However when a user loads any webpage using http3 there is a redirect error, and the user does not see the webpage. An example of this behaviour with curl:

1) Curl with HTTP/2 example:

HTTP/2 200
server: nginx
date: Thu, 13 Jun 2024 01:36:29 GMT
content-type: text/html
content-length: 341380
last-modified: Thu, 13 Jun 2024 01:00:02 GMT
vary: Accept-Encoding
etag: "666a4492-53584"
vary: Accept-Encoding, Cookie
cache-control: public, max-age=600
x-content-type-options: nosniff
x-frame-options: sameorigin
strict-transport-security: max-age=31536000
x-rocket-nginx-serving-static: HIT
accept-ranges: bytes


2) Curl with HTTP/3 example for the same page:

HTTP/1.1 301 Moved Permanently
server: nginx
date: Thu, 13 Jun 2024 01:38:39 GMT
content-type: text/html; charset=UTF-8
location: https:///
x-redirect-by: WordPress
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=15768000; includeSubDomains
x-rocket-nginx-serving-static: MISS
x-content-type-options: nosniff
x-frame-options: sameorigin

Retrieving the headers over HTTP3 Wordpress is trying to redirect to an invalid URL "https:///". This not happens using only HTTP2.0 or /1.

Any Ideas how to solve this issue?
 
Back
Top