Activate SSL support on Solaris

Install these perl modules under root:
umask 022
cpan Crypt::SSLeay
cpan Net::HTTPS
cpan Net::SSL
cpan IO::Socket::SSL
It was tested with Perl 5.24.0, include this in etc/stor2rrd.cfg
PERL=/usr/local/bin/perl
PERL5LIB=/export/home/stor2rrd/stor2rrd/bin:/usr/local/lib/perl5/site_perl/5.24.0:/usr/local/lib/perl/5.24.0:/export/home/stor2rrd/stor2rrd/lib:/usr/local/lib/perl5/site_perl/5.24.0/sun4-solaris:/usr/local/lib/perl5/site_perl/5.24.0/sun4-solaris/auto:/usr/perl5/vendor_perl/5.12/sun4-solaris-64int


Unfortunatelly above setup make a problem to SAN monitoring if you use it as gcc compiled perl 5.24 cannot use system net-snmp perl modules.
Solution is use native Solaris Perl for SAN monitoring
Create file etc/.magic and place there this:
cd /home/stor2rrd/stor2rrd
vi etc/.magic
  PERL_SAN=/usr/bin/perl
  export PERL_SAN