inquisitivej wrote: > I copy/pasted a failed URL from the server log into safari on the > computer running LMS and it returned a 403. I tried again with https > and it worked. I wonder how quickly we can get a fix for this.
You may have a 2nd https specific issue. Your IO::Socket::SSL shows a version 1.966 (which is from 2014 !!) - you'll need at least a 2.0* for https to work with most internet services nowadays. You need to update IO::Socket::SSL, Net::SSLeay and make sure "openssl version" is at least 1.1.* ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112300 _______________________________________________ squeezenetwork mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezenetwork
