Checking back through your system info - your SSL library version is
1.49 which is very out of date from 2011

This library version will *not* work with many https connections.  https
security has been revised and updated many time and some security which
this libraries supported SSL levels have been abandoned and this library
does not support the newer TLS security.

Can you update the SSL libraries to a 2.x . Be warned - this may update
lots of stuff on your system so you might use options to check what will
be updated in case it causes a cascade of updates and breaks your
system.

Update Perl SSL library commands will be something like but it may not
bring you to 2.x unless rest of system is updated. 

Code:
--------------------
    
  sudo apt-get install libio-socket-ssl-perl libnet-ssleay-perl
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to