NoRoDa wrote: 
> More info
> 
> 
> root@NAS:~# wget https://www.mysqueezebox.com
> --2021-10-07 01:15:36--  https://www.mysqueezebox.com/
> Resolving www.mysqueezebox.com (www.mysqueezebox.com)... 34.244.111.131
> Connecting to www.mysqueezebox.com
> (www.mysqueezebox.com)|34.244.111.131|:443... connected.
> ERROR: The certificate of ‘www.mysqueezebox.com’ is not trusted.
> ERROR: The certificate of ‘www.mysqueezebox.com’ has expired.
> root@NAS:~#
> 
> 
> How can I access the certificates on the ReadyNAS? 
> Found them on my PC and deleted the old one that expired on sept 30th,
> but don't know how to access on the NAS

Run the following command as root to remove the expired DST Root CA X3
certificate. This is necessary for Debian systems running versions of
openssl before v1.1.0:


Code:
--------------------
    $ dpkg-reconfigure ca-certificates
  
--------------------

To find out which version of openssl you are using, run the following:


Code:
--------------------
    $ openssl version
--------------------


This worked for me on my LMS RPi running Debian-8 and openssl v1.0.1t



Sam
------------------------------------------------------------------------
SamY's Profile: http://forums.slimdevices.com/member.php?userid=63495
View this thread: http://forums.slimdevices.com/showthread.php?t=112880

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

Reply via email to