Is there a workaround with this issue?
I’ve tried some workarounds with the SSL Certs but no luck
TY in advance!
Is there a workaround with this issue?
I’ve tried some workarounds with the SSL Certs but no luck
TY in advance!
Hi Yupy
Try this, it helpt me on Tumbleweed with the same issue
For openSUSE 13.2 (and I suspect also 42.1) it’s in a different place, so run this instead:
sudo ln -s /etc/ssl/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
Thanks Dutchy :).
Got it from here: https://steamcommunity.com/app/252950/discussions/0/350541595107667079/?ctp=2
Kind regards
Tried it but not working I get something like symb link exists or something like that, so I deleted the “ca-certificates.crt” file and runned the command again but not working at all… still the same problem cannot connect to servers.
You can try to symlink the ca-certificates with this command either:
sudo ln -sf /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
Or…I also made a custom script called “rocket.sh” for whenever you want to reinstall the game simply click on it:
sudo nano rocket.sh
#!/bin/bash
if $EUID != 0 ]; then
sudo "$0" "$@"
exit $?
fi
ln -sf /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
sudo chmod u+x rocket.sh
Then execute the file with double clic or writing in the terminal
sudo ./rocket.sh
and launch Rocket League!
Tell me how it worked, btw i’m testing Rocket League in OpenSUSE Leap 44.2 with lastest nvidia drivers, all run rocky smooth but my game connection lags like hell…i suppose that is related to my WiFi but im not so sure because at speedtest i have only 8 ping…how about your ping ingame?
Seeya