1. Home
  2. Knowledge Base
  3. Articles (EN/ES/FR)
  4. Memory Leak Solution with Tentacle with SSL

Memory Leak Solution with Tentacle with SSL

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:

https://pandorafms.com/manual/start?id=en/documentation/08_technical_reference/09_tentacle#installing_the_module_io-socket-ssl

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

Recent Discussions