openssl version
php --version
grep -rPi '^\sSSL' /etc/httpd*
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Okay, let us know what the result of those commands are.
What I'm thinking is wrong is that either NCPA or the Windows Server 2003 stack isn't capable of negotiating an SSL protocol and cipher with the Nagios REST API for submitting passive check. We'll have to update the Apache settings to allow using insecure cipher suites.
In lieu of figuring out what cipher suite Apache <=> NCPA can use, what you could do instead is simply move to using an active check which NCPA supports.
What you could also try is changing the passive check endpoint (parent) from "https" to "http" inside of ncpa.cfg on the Windows computer. This would circumvent any connection problems associated with SSL protocol negotiation on older systems, but it would mean the traffic wasn't encrypted.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.