I happen to use ActiveState Perl on my Windows system for some stuff
that is not related to LMS (was part of my experiment to try to learn
more Perl).

I was getting a certificate verification problem when it tried to access
a site today ( at api.mediathek.br.de )
I could see that site was using Lets Encrypt certificates ... so ...

I used the ActiveState perl package manager (ppm) to update 2 modules
and it resolved it.


Code:
--------------------
    
  Package       old     new
  IO-Socket-SSL 1.997   2.048
  Net-SSLeay    1.66    1.81
  
--------------------


I presume that it pulled in other modules that it needed and one of them
was the needed root certificates.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115185

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to