• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Plesk Panel 17.5 | 400 Bad Request The plain HTTP request was sent to HTTPS port

Hi Laughing Steam,

I don't have Nginx even on!
The Plesk Control Panel IS a combination of NGINX and LiteSpeed ( compairable with apache ) and is named "sw-cp-server". It has got absolutely nothing to do with your very own nginx version and apache version installed on your server to serve your domain(s). ;)
 
Hello, you are trying to decide it is bug or not. Nice but there is a problem also I and users have a problem you have to find solution instead of discuss about it :)
 
We're all users, not Plesk team members. Plesk team members, Plesk support and Plesk developers are separate. This forum is a user forum. You and us can file a bug report equally well. We've been reflecting and discussing whether it is a bug, because before filing a report with Plesk, it is simply nice behavior to only cause work if it is really a bug.
 
We're all users, not Plesk team members. Plesk team members, Plesk support and Plesk developers are separate. This forum is a user forum. You and us can file a bug report equally well. We've been reflecting and discussing whether it is a bug, because before filing a report with Plesk, it is simply nice behavior to only cause work if it is really a bug.

Oh sorry, I saw "Plesk Guru" tag then I think you are developer team. I want to thank you because you are discussing trying to find solution.
 
server_names_hash_bucket_size 64;

server {
listen 8443 ssl;
listen 8880;
listen 127.0.0.1:8880 default_server;
include conf.d/*ipv6_ports.inc;


ssl_certificate /usr/local/psa/admin/conf/httpsd.pem;
ssl_certificate_key /usr/local/psa/admin/conf/httpsd.pem;

include conf.d/*plesk.inc;
include conf.d/*wpb.inc;
error_page 497 https://$host:$server_port$request_uri;
}

work !!


I had same thing after upgrading to 17.5. However similar issue was in Plesk 11.
So - I have added to:
/etc/sw-cp-server/conf.d/plesk.conf

below line:
error_page 497 https://$host:$server_port$request_uri;

restarted sw-cp-server and issue has been fixed.

I have followed this article.
 
You have already asked the same question in the other thread. The answer is the same, too: It does not matter. Just leave things in place as they are on your system. If the update thinks it must update the file, it will overwrite it, but then it will still work. If the update does not overwrite it, it will continue to work. Either way, it will work.
 
Back
Top