Bigfix Webui + Solarwinds Orion agent

We are migrating to Solarwinds orion monitoring of our environment, I installed the Solarwinds agent on to the Bigfix Webui (9.5.14) Windows 2016 server, and within minutes the Webui started reporting it is initializing and never came back.

A review of log files shows - login.log is reporting

2020-08-27T14:39:14.050Z bf:login:error Error: write EPROTO 9624:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332:

at WriteWrap.afterWrite [as oncomplete] (net.js:788:14)

The server already had NET 4.8 and C++ 2013 packages installed and running well before the agent was installed.

Anyone else have issues or ideas?

1 Like

I uninstalled the Solarwinds agent, rebooted, and the webui service started cleanly and the SSL error above is no longer being reported.

Worked with support and set the following:
"_WebUIAppEnv_APP_PORT"=“5008
”_WebUIAppEnv_APP_PORT_MAX"=“5999"
”_WebUIAppEnv_APP_PORT_MIN"=“5009”

This moved the node.js to listen on port 5008 left 5000 available for Orion agent

1 Like