Closed KebabLord closed 4 years ago
Although there is no trace on log and errors about if the error is SSL, I manually added soundcloud's root certificates to my system, reconfigured auryo and it started working again.
#Get soundcloud's root certificates
openssl s_client -showcerts -verify 5 -connect soundcloud.com:443 < /dev/null | awk '/BEGIN/,/END/{ if(/BEGIN/){a++}; out="cert"a".crt"; print >out}' && for cert in *.crt; do newname=$(openssl x509 -noout -subject -in $cert | sed -n 's/^.*CN=\(.*\)$/\1/; s/[ ,.*]/_/g; s/__/_/g; s/^_//g;p').crt; mv $cert $newname; done
#Copy the generated two files to your ca-certificates folder
mv *.crt /usr/local/share/ca-certificates
sudo dpkg-reconfigure ca-certificates
sudo dpkg-reconfigure auryo
🐛 Bug report
just installed auryo on a fresh devuan setup. after clicking login button browser-window doesn't come.
Which version of Auryo?
latest release.