• 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

Resolved 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
 
Hello!

> Now, as the update has been released, should we revert the manual changes from the command (.../etc/nginx/conf.d/fixssl.conf...)?

No, update actually do the same thing - it creates /etc/nginx/conf.d/fixssl.conf with the required directives.
 
After the update or apply the hotfix. My WorPress Website cannot present normarly. It's able to show the text but the style.css and picture file has show “301 Moved Permenatly” . Any one also facing this problem ?
Example : asiaton.com.my
 
Im not sure this issue is related, because I just woke up on it

nginx: [emerg] "proxy_ssl_server_name" directive is duplicate in
/etc/nginx/conf.d/z_fix_ssl_sni.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
.................................................................. [ERROR]
 
Im not sure this issue is related, because I just woke up on it

nginx: [emerg] "proxy_ssl_server_name" directive is duplicate in
/etc/nginx/conf.d/z_fix_ssl_sni.conf:1
nginx: configuration file /etc/nginx/nginx.conf test failed
.................................................................. [ERROR]

Yeah because the update to fix the issue didn't check if it was already fixed, it just added the directives regardless!
You'll need to delete the file you previously created.
 
Back
Top