• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue 421 Misdirected Request

Just here to also add the we were affected by this bug. I was able to restore our server from before it went down to this error, but shortly after restoring the working version of the VM hosting Plesk, it must be doing some sort of 'auto-update' that causes the problem again.
 
Same problem here. Applied the fix, which worked. The site is back on. But Plesk keeps on ramdomnly logging out when I'm on it, which doesn't give me a lot of confidence. Any ideas why does it continues logging out randomly?
 
In some harden environments without root access

Code:
echo -e "proxy_ssl_server_name on;\nproxy_ssl_name \$host;\nproxy_ssl_session_reuse off;" | sudo tee /etc/nginx/conf.d/fixssl.conf > /dev/null && sudo systemctl restart nginx
 
Back
Top