Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
APC UPS for Home and Office Forum
Support forum to share knowledge about installation and configuration of APC offers including Home Office UPS, Surge Protectors, UTS, software and services.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-06-09 12:32 AM
I have been trying to put my PowerChute Serial Shutdown server behind a reverse proxy I have so that I will get a valid SSL certificate. However, I am getting “HTTP ERROR 400 Host does not match SNI” when I attempt to connect. In the log file it is “[qtp477405852-69] ERROR - [http.ValidationHandler.()] handle() - Request host header contains invalid host:”. I tried updating the certificate to be a validate certificate for the DNS entry I am providing, but it seems like PowerChute might be doing its own logic here instead of using the metadata associated with the certificate stored in the keystore.
Is there a way to configure what host name values PowerChute will find acceptable?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-01-10 06:15 PM
I have the same experience.
Connect to nginxproxy as a subdomain and apply TLS and access it,
You will be redirected to a "Host does not match SNI" error page.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-05-28 11:26 AM
Error still happening with PCSS new version 1.2.0.301
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-01-15 05:27 AM
We’re having the same problem with WebUI not working behind our reverse proxy. Does anyone know what the last working version is?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-08-12 04:03 AM
I have found the solution.
Here is the nginx configuration.
The IP address 192.168.1.2 is the server where PowerChute is installed.
(If it is the same server as NPM, use 127.0.0.1 instead.)
location / {
proxy_pass https://192.168.1.2:6547;
proxy_ssl_server_name off;
proxy_ssl_verify off;
}
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.
Welcome to your new personalized space.
of