Paul Webster wrote: 
> I can see from the LMS server.log that my pCP 8 is having a similar
> problem.
> 
> I see that it still has the expired "DST Root CA X3" cert.
> > 
Code:
--------------------
  >   > 
  > awk -v cmd='openssl x509 -issuer -enddate -noout -subject' ' 
  > /BEGIN/{close(cmd)};{print | cmd}' < /etc/ssl/certs/ca-certificates.crt | 
grep -B 1 -e notAfter.*2021
  > 
  > result
  > issuer=O = "Cybertrust, Inc", CN = Cybertrust Global Root
  > notAfter=Dec 15 08:00:00 2021 GMT
  > --
  > issuer=O = Digital Signature Trust Co., CN = DST Root CA X3
  > notAfter=Sep 30 14:01:15 2021 GMT
  > --
  > issuer=OU = GlobalSign Root CA - R2, O = GlobalSign, CN = GlobalSign
  > notAfter=Dec 15 08:00:00 2021 GMT
  > --
  > issuer=C = BM, O = QuoVadis Limited, OU = Root Certification Authority, CN 
= QuoVadis Root Certification Authority
  > notAfter=Mar 17 18:33:33 2021 GMT
  > --
  > issuer=C = FI, O = Sonera, CN = Sonera Class2 CA
  > notAfter=Apr  6 07:29:40 2021 GMT
  > 
  > 
--------------------
> > 
> 
> I think that it is not technically incorrect to still have it but it
> is known to cause problems with some software.
> 
> Anyone else on pCP 8 with LMS 8.2.1 seeing this sort of thing in the
> server.log ?
> > 
Code:
--------------------
  >   > 
  > Slim::Networking::SqueezeNetwork::Players::_players_error (377) Unable to 
get players from SN: Timed out waiting for data, retrying in 86400 seconds
  > 
--------------------
> > How would I check this on a Pi with Raspberry OS?
openssl x509 -issuer -enddate -noout -subject
seems to hang.

Sent from my Pixel 3a using Tapatalk




------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=115217

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to