Re: LWP::UserAgent fails on Windows to connect to https
505 <505.a7v7fb-NUepA2SMhDQqspMVqqL2D+4xXEVPTSb/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Organization | Logitech Squeezebox Forums |
| Message-ID | <[email protected]> |
Nevermind, found the solution myself. SSL verify options don't need to
be set on the useragent object, but by using
Code:
--------------------
use IO::Socket::SSL;
IO::Socket::SSL::set_defaults(
SSL_verify_mode => Net::SSLeay::VERIFY_NONE()
) if preferences('server')->get('insecureHTTPS');
--------------------
My patch: 'Reduce brightness when screen saver is active'
(http://server.vijge.net/squeezebox/) for Touch
Plugins: 'SqueezeCloud (SoundCloud)'
(https://github.com/danielvijge/SqueezeCloud), 'Mixcloud'
(https://github.com/danielvijge/lms_mixcloud)
------------------------------------------------------------------------
505's Profile: http://forums.slimdevices.com/member.php?userid=44967
View this thread: http://forums.slimdevices.com/showthread.php?t=115130