Search found 7 matches

by pturner75
Tue Nov 02, 2021 7:58 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Re: Issue connecting to agent on Mac OS

Functioning workaround/fix is as follows On the Nagios Server: (Ubuntu 20.04 server) Edit /etc/ssl/openssl.cnf Add the following at the top of the file: openssl_conf = openssl_init Add the following at the end of the file: [openssl_init] ssl_conf = ssl_sect [ssl_sect] system_default = system_default...
by pturner75
Tue Nov 02, 2021 7:25 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Re: Issue connecting to agent on Mac OS

Found the root cause. Nagios server is apparently enforcing the TLS version. I created a file called 'openssl_allow_tls1.0.cnf" in my home directory and put the following in it. openssl_conf = openssl_init [openssl_init] ssl_conf = ssl_sect [ssl_sect] system_default = system_default_sect [syste...
by pturner75
Tue Nov 02, 2021 7:03 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Re: Issue connecting to agent on Mac OS

From Nagios server: phil@nagios:/usr/local/nagiosxi/var$ curl -vik https://10.2.95.250:5693/api/system/agent_version?token=<token redacted> * Trying 10.2.95.250:5693... * TCP_NODELAY set * Connected to 10.2.95.250 (10.2.95.250) port 5693 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfu...
by pturner75
Tue Nov 02, 2021 6:43 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Re: Issue connecting to agent on Mac OS

If I try to connect from another Mac system through the web browser with https://10.2.95.250:5693/testconnect/?token=<token redacted> . I get the expected Success message { "value": "Success." } So the listener is running and accepting connections, it just can't connect from the ...
by pturner75
Tue Nov 02, 2021 6:37 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Re: Issue connecting to agent on Mac OS

Unable to send files as PM
"We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature."
by pturner75
Tue Nov 02, 2021 6:31 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Re: Issue connecting to agent on Mac OS

Firewall is verified as being off. Screenshot of firewall, log, and config attached. Connection attempts from the Nagios server itself: phil@nagios:~$ telnet 10.2.95.250 5693 Trying 10.2.95.250... Connected to 10.2.95.250. Escape character is '^]'. ^] telnet> q Connection closed. phil@nagios:~$ curl...
by pturner75
Mon Nov 01, 2021 8:19 am
Forum: Nagios XI
Topic: Issue connecting to agent on Mac OS
Replies: 8
Views: 1576

Issue connecting to agent on Mac OS

I have a new install, and am trying to deploy the agent to Mac OS system. The agent will deploy, but when I try to run the wizard, it gives a "Could not connect to host" error. When I run the check_ncpa.py command from the CLI, with the correct IP and token, I get UNKNOWN: An error occured...