Security vulnerability scanners may flag Vertica Data Repository nodes for unsecured or untrusted SSL certificates on port 8443. This port is utilized by the Vertica HTTPServer (HTTPService), which was introduced in Vertica 23.x.
Run the following command as a user capable of running netstat to see if port 8443 is advertised:
netstat -anp | grep :8443Log in to the vSQL prompt (or connect via adminTools) and query the configuration parameters:
SELECT * FROM configuration_parameters WHERE parameter_name = 'EnableHTTPServer';