How to fix Synology Package Sources - 'Invalid Location' Error
I am trying to install a 3rd party package from SynoCommunity to Synology's Package Center, I got Invalid Location.
When I test it under SSH I got "certificate has expired"
Run this command under ssh
sudo -i
mv /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt.bak
curl -Lko /etc/ssl/certs/ca-certificates.crt https://curl.se/ca/cacert.pem
https://xpenology.com/forum/topic/49139-invalid-location/
Comments
Post a Comment