SELinux阻止NRPE在RHEL 6.8中正常运行:无法完成SSL握手

我下载了nrpe-3.2.0.tar.gznagios-plugins-2.2.1.tar.gz ,解压缩,编译并安装在一个RHEL 6.8 64位盒子中。

它在SELinux状态为Permissive时运行良好,但在强制模式下不起作用。

我跑了很多次

grep -e nrpe -e nagios /var/log/audit/audit.log | audit2allow -M nrpe semodule -i nrpe.pp 

但是我总是从Nagios服务器得到相同的错误信息:

 check_nrpe -H 10.252.1.212 CHECK_NRPE: Error - Could not complete SSL handshake. 

并在节点的nrpe.log中:

 [1505198565] is_an_allowed_host (AF_INET): host is in allowed host list! [1505198565] Host address is in allowed_hosts [1505198565] Error: (!log_opts) Could not complete SSL handshake with 10.252.1.134: 5 [1505198565] Connection from 10.252.1.134 closed. 

我知道在这个问题中提到的RHEL勘误 ,但是在我的盒子里安装的selinux版本是:

 selinux-policy-targeted-3.7.19-292.el6.noarch selinux-policy-3.7.19-292.el6.noarch 

你可以帮我吗?

PD:我是使用SELinux的新手。