TLS 1.2 support for Nagios Client when calling AWS SES API
-
arista-nagios
- Posts: 11
- Joined: Fri Sep 21, 2018 12:58 am
TLS 1.2 support for Nagios Client when calling AWS SES API
We need to enable TLS1.2 for Nagios Client. How to do that? Current Nagios version : 5.7.4
Re: TLS 1.2 support for Nagios Client when calling AWS SES API
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
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.
Is there any other way we can configure SMTP to use TLS1.2 and above.
- jmichaelson
- Posts: 375
- Joined: Wed Aug 23, 2023 1:02 pm
Re: TLS 1.2 support for Nagios Client when calling AWS SES API
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
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.
The PHP version can be determined by executing
Code: Select all
php --versionFor 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
-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
Linux distro: Centos 7.9
PHP version: 5.4.16
Nagios version: 5.7
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
Can I directly update PHP to 5.6 instead of upgrading nagios?
- jmichaelson
- Posts: 375
- Joined: Wed Aug 23, 2023 1:02 pm
Re: TLS 1.2 support for Nagios Client when calling AWS SES API
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
-Jason