• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved iOS/Mac devices could not open website

cyxxnet

New Pleskian
We changed our Server and installed Debian 10 with Plesk obsidian.
After that we migrated all websites via Plesk migrator to new server.

on some domains we now have errors wenn opening a php file.

error message: cannot parse response.
We thought it is gzip and deactivated it. Error continues.
We testet hiding header upgrade in nginx. Error continues.
We deactivated all mods in php. Error continues.
But we can open a php file with phpinfo

any suggestions what we also can do?

every device could connect with different Browsers to our websites.
Only Mac and iOS doesn‘t...

logs says on iOS 302 - Site found and display the error message above.

thanks for any help solutions
Kind regards

Jens
 
Thanks cyxxnet ! We did also had this issue. In Settings -> Apache -> the module "http2" was enabled. After disabling it, everything worked just fine.
 
After I set following in Apache directives:
Header unset Upgrade

and following in NGinx directive:
proxy_hide_header Upgrade;

The problem with safari went away.
 
Back
Top