Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi,
The problem is indeed due to the reverse connection external to Plesk, of which here is an example configuration.
location / {
proxy_pass https://192.168.1.30:8443;
proxy_redirect off;
proxy_cache_bypass $http_upgrade;
proxy_http_version 1.1...
Indeed, if I modify the internal record of the machine to bypass the reverse proxy, it works.
I don't understand the problem, because my other server has the same configuration and doesn't have the problem.
After investigation, I will get back to you in a few days, thank you.
The port is not opened directly, there is a forward reverse proxy with these properties:
location / {
proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for...
if i use https://192.168.1.30/modules/ssh-terminal/ it works
if i use https://plesk-hosting.mydom.org/modules/ssh-terminal/ it doesn't work
Don't have message, only a black page with the pop-up 'connection broken'
the best log I found is
checkSameOrigin error: Origin header...
Hi all,
I have access to the terminal with Putty or from the interface if I use the IP to access the UI, but if I go through the domain name the terminal is blank and a "broken connection" error pops up
plesk-ssh-terminal.service - Plesk SSH Terminal Backend Service
Loaded: loaded...
$ plesk installer --select-release-latest --upgrade-installed-components
[...]
You already have the latest version of product(s) and all the selected components installed. Installation will not continue.
This doesn't fix the problem :/
Hi all,
After update 18.0.69, impossible to use `plesk repair fs` or `plesk repair installation`
Checking Linux system files
The permissions on some of the files packaged by Plesk are incorrect[ERROR]
WARNING: Skip fixing 'plesk-libboost-1.84': Cannot find deb-archive for package...
Hi,
How to update Phusion passenger on Plesk ?
(6.0.13) of Phusion Passenger(R). We strongly recommend upgrading to version 6.0.18.
[ E 2023-07-10 08:43:13.9333 435295/T5 age/Cor/SecurityUpdateChecker.h:526 ]: Additional security update check information:
- [Fixed in 6.0.14] [CVE-2018-25032]...
I am still investigating the SSL issue since the Let's Encrypt update, and it appears that the problem stems from the ZScaler certification. Since the update, it requires domains to be whitelisted. Could you please provide me with the list of domains used for the update and maintenance of Plesk...