If you have an XML delivery via Tentacle using SSL and you have recurrent memory consumption problems, check that you have updated the versions of Net::SSLeay
and IO::Socket::SSL
.
It has been detected that if the version of Net::SSLeay
is lower than version 1.88 you may have memory problems.
To check the versions run the following commands:
[root@PandoraFMS ~]# perl -e 'use Net::SSLeay; print "$Net::SSLeay::VERSION\n"' [root@PandoraFMS ~]# perl -e 'use IO::Socket::SSL; print "$IO::Socket::SSL::VERSION"'
- See also: