mbg wrote: 
> I'm getting errors like this intermittently in my log - is it of any
> concern? logitechmediaserver-7.9.0-0.1.1482214309 on CentOS 7.3

Would you know what Perl version you're running?

You could try to apply the following change to the file mentioned in the
warning: 


Code:
--------------------
    diff --git a/Slim/Player/Protocols/HTTPS.pm b/Slim/Player/Protocols/HTTPS.pm
  index 46c05c5..8f0fe49 100644
  --- a/Slim/Player/Protocols/HTTPS.pm
  +++ b/Slim/Player/Protocols/HTTPS.pm
  @@ -30,6 +30,7 @@
                PeerAddr => $server,
                PeerPort => $port,
                SSL_startHandshake => 1,
  +             SSL_verify_mode => SSL_VERIFY_NONE
        ) or do {
  
                $log->error("Couldn't create socket binding to 
$main::localStreamAddr with timeout: $timeout - $!");
--------------------



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=101516

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

Reply via email to