Search found 34 matches

by aastaguy
Mon Jun 23, 2025 1:03 pm
Forum: Nagios XI
Topic: Twilio Integration - Blank Screen on Notification Methods
Replies: 6
Views: 2352

Re: Twilio Integration - Blank Screen on Notification Methods

That worked like a charm, thank you for the bug fix!
by aastaguy
Wed Jun 11, 2025 10:30 am
Forum: Nagios XI
Topic: Twilio Integration - Blank Screen on Notification Methods
Replies: 6
Views: 2352

Re: Twilio Integration - Blank Screen on Notification Methods

Nothing yet, I'll update the chat if I find anything.
by aastaguy
Thu Jun 05, 2025 11:55 am
Forum: Nagios XI
Topic: Twilio Integration - Blank Screen on Notification Methods
Replies: 6
Views: 2352

Twilio Integration - Blank Screen on Notification Methods

Hello, We received an email that AT&T is deprecating SMS, and want to use the Nagios Twilio Integration. Setup was very easy, good documentation on setting it all up so I feel like I have done this correctly. When I go to my user, Notification Methods, Twilio Text (SMS), the screen is blank with...
by aastaguy
Thu Apr 01, 2021 3:53 pm
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

Awesome, thank you! I will get this updated and see what happens, but that makes sense.

Thanks again!
by aastaguy
Thu Apr 01, 2021 12:11 pm
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies PHP Fatal error: Call to undefined function openssl_get_curve_names() in Command line code on line 1 plus the same cert and keys from before: No client ce...
by aastaguy
Wed Mar 31, 2021 11:44 am
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

It looks like this way pulls my cert, and AD info, then presents the info below along with a session id and a master key. --- No client certificate CA names sent Peer signing digest: SHA256 Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 2201 bytes and written 450 bytes --- New, TL...
by aastaguy
Mon Mar 29, 2021 5:04 pm
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

CONNECTED(00000003) 140158444750736:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794: --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 7 bytes and written 289 bytes --- New, (NONE), Cipher is (NONE) Secure Renegoti...
by aastaguy
Mon Mar 29, 2021 11:30 am
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

Oh Gosh, my bad. If I replace that with my mail server address, I get a syntax error. It looks like the TLS1_3 does not exist as a command, but TLS1_2 does. If I run that, I get the following output on both ports. [ryanc@monitor-new ~]$ openssl s_client -tls1_2 -connect MYMAILSERVER:587 </dev/null C...
by aastaguy
Fri Mar 26, 2021 5:03 pm
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

bash: MAIL: No such file or directory

But we are doing tls over 25 so I think this makes sense right?

Thanks!
by aastaguy
Fri Mar 26, 2021 4:17 pm
Forum: Nagios XI
Topic: Nagios XI 5.8.2 TLS 1.2/1.3 Support
Replies: 15
Views: 3961

Re: Nagios XI 5.8.2 TLS 1.2/1.3 Support

Hi, Thanks for the response. I realized in my first response I may have not given enough information. The issue I am having is when my Nagios server sends email notifications out, under the security settings, I have none, tls, and ssl. I pick tls, and when we do a wireshark pcap, it comes across as ...