I deployed Apache Reverse Proxy so that our Cyber team can access the SolarWinds. Cyber team will access the reverse Proxy server and Backend Server will be SolarWinds, I can login and see the SolarWinds Main Page but there are few features which are not showing.
On reverse proxy i generated SSL using openssl
/usr/bin/openssl req -newkey rsa:2048 -keyout /etc/pki/tls/private/ca.key -nodes -x509 -days 365 -out /etc/pki/tls/certs/ca.crt
and Solarwinds came with its own SSL.
When i run the developer tools there it is showing errors like
apolloisolate?44308.49.L:17 POST https://sworion-01.domain_name/api2/swis/query?lang=en-us&swAlertOnError=false&swLogOutOnAuthError=true&viewId=1 net::ERR_CERT_AUTHORITY_INVALID
I tried to match the certificates of solarwinds and ReverseProxy and in reverse proxy it is saying that " Certificate - Subject Alternative Name missing "
Could this be the reason ? If yes is there a way to oversome/bypass it
ERR_CERT_AUTHORITY_INVALID- have you added the certificate to the trust-anchor store which the developer tools use? If not, it won't trust the proxy's certificate.