erland wrote:
> Just for information, we ended up doing something like this in ickStream
> and it seems to make https work also on Synology NAS boxes based on DSM
> 5.0.
> >
Code:
--------------------
> >
> eval "use IO::Socket::SSL";
> if(!$@ && IO::Socket::SSL->can("set_client_defaults")) {
> # Only disable SSL peer verification if the user have explicitly disabled
it through the plugin settings page
> if($prefs->get('disablePeerVerification')) {
> IO::Socket::SSL::set_client_defaults(
> 'SSL_verify_mode' => 0x0
> );
> }
> }
>
--------------------
> >
> https works properly on Synology NAS boxes using previous version of
> the Synology DSM software but with 5.0 they seem to have broken https
> when used from perl, it works perfectly using curl.
I'll try to incorporate this into the plugin. I can test only if the
plugin still works, not if it actually works with Synology. Some testing
by others would be helpful. Just post a message here and I'll send you a
test version once I have it.
My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch (and maybe Radio)
------------------------------------------------------------------------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=92723
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins