mherger wrote:
> 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 - $!");
--------------------
> >
I'm on perl 5.16.3.
Thanks for the suggestion - I was about to apply this after installing
the latest nightly and it seems it's already there (?).
------------------------------------------------------------------------
mbg's Profile: http://forums.slimdevices.com/member.php?userid=3200
View this thread: http://forums.slimdevices.com/showthread.php?t=101516
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta