TLS 1.2 support for Nagios Client when calling AWS SES API

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
arista-nagios
Posts: 11
Joined: Fri Sep 21, 2018 12:58 am

TLS 1.2 support for Nagios Client when calling AWS SES API

Post by arista-nagios »

We need to enable TLS1.2 for Nagios Client. How to do that? Current Nagios version : 5.7.4
itunixops
Posts: 50
Joined: Tue Jul 28, 2020 12:27 pm

Re: TLS 1.2 support for Nagios Client when calling AWS SES API

Post by itunixops »

You should upgrade that to 5.10 or higher to fix any issues. The 5.7 series had alot of bugs in it and should be depreciated.
arista-nagios
Posts: 11
Joined: Fri Sep 21, 2018 12:58 am

Re: TLS 1.2 support for Nagios Client when calling AWS SES API

Post by arista-nagios »

Upgrade is in the pipeline, we will do it soon.
Is there any other way we can configure SMTP to use TLS1.2 and above.
User avatar
jmichaelson
Posts: 375
Joined: Wed Aug 23, 2023 1:02 pm

Re: TLS 1.2 support for Nagios Client when calling AWS SES API

Post by jmichaelson »

Could you provide more details of your environment? Linux Distribution and version, as well as the PHP version?

The PHP version can be determined by executing

Code: Select all

php --version
in a shell.

For newer TLS versions you need to be at PHP5.6 or higher. Ideally PHP would be at version 7 or 8.
Please let us know if you have any other questions or concerns.

-Jason
arista-nagios
Posts: 11
Joined: Fri Sep 21, 2018 12:58 am

Re: TLS 1.2 support for Nagios Client when calling AWS SES API

Post by arista-nagios »

Linux distro: Centos 7.9
PHP version: 5.4.16
Nagios version: 5.7
arista-nagios
Posts: 11
Joined: Fri Sep 21, 2018 12:58 am

Re: TLS 1.2 support for Nagios Client when calling AWS SES API

Post by arista-nagios »

Can I directly update PHP to 5.6 instead of upgrading nagios?
User avatar
jmichaelson
Posts: 375
Joined: Wed Aug 23, 2023 1:02 pm

Re: TLS 1.2 support for Nagios Client when calling AWS SES API

Post by jmichaelson »

You should be able to go to 5.6 for sure. However, please bear in mind that versions of PHP older than 8.1 are no longer supported by the PHP organization. Also, while you can stick with the Nagios XI version you're currently running, newer versions contain numerus bug and security fixes, so I strongly encourage you to upgrade your XI installation as well.
Please let us know if you have any other questions or concerns.

-Jason
Post Reply