Rocket League

Rocket League

Näytä tilastot:
Linux - Can not connect to servers
Hi, I am having difficulties connecting to rocket league servers. Whenever i want to do somthing online, like find a match or start a party. I get a notice saying i am not logged in and asks do i want to log in, i select yes, then i get a notice that says "There has been an error connecting to the rocket leauge servers please try again later" , yes i have gone through the faq and none of these helps. and no i cannot start from terminal because it segfaults when i do

Linux-Opensuse 42.1 with the plasma desktop

I am an australian if that helps
Viimeisin muokkaaja on mfoxdogg; 9.9.2016 klo 12.54
< >
Näytetään 16-30 / 34 kommentista
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!

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 :).
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!

Thanks!

For those interested in where their certificates are, run:

locate ca-bundle.crt

(Might be slightly different between distros. This is for Fedora)
Thank you bladerunner that was it, i can now play properly now :)
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!
Well spotted! This was the issue I was having as well :)
Thank you so much !! Your tip turned into a video. Sorry to be in Portuguese, but will arrange a legend. I mentioned you. Thanks for sharing
https://www.youtube.com/watch?v=dH3W7saXJUE
Great that it also works for you guys! Was very glad myself that a quick temporary fix was possible since the game is great fun online.
I guess the devs will simply add these files to a list of locations to check for in a future update. I tried to look for a way to disable the SSL check but unfortunately could not find much information about the launch options and there appears to be no configuration setting for it, so until an update fixes it the symlink will have to do.
Ash 15.9.2016 klo 11.00 
bladerunner lähetti viestin:
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!

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 :).

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

ln: failed to create symbolic link ‘/etc/ssl/certs/ca-certificates.crt’: File exists

That isn't working for me unfortunately,
Viimeisin muokkaaja on Ash; 15.9.2016 klo 11.00
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!

Hi!
Using openSUSE Leap 42.1 same problem and your solution works great!
Thanks! :steamhappy:
YaZoR 24.10.2016 klo 1.32 
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!
Works!
Thank you! :steamhappy:
This is still a thing in 2017 ...... will Psyonix ever implement a workaround?
They only officially support SteamOS on which this isn't an issue.
DutchyDuD lähetti viestin:
The problem is that on Fedora et al. /etc/ssl/certs/ca-certificates.crt is called /etc/ssl/certs/ca-bundle.crt. The work around is simply creating a symlink:

sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

After that I am able to connect to the servers and join a match. Cheers!

Thank you! That worked for Fedora 25!
After a recent patch for OpenSuse 42.2 this solution does not work. The certificate was moved in the patch and the link was invalid. I was able to resolve the problem using this command instead:

sudo ln -sf /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
Cryvan lähetti viestin:
After a recent patch for OpenSuse 42.2 this solution does not work. The certificate was moved in the patch and the link was invalid. I was able to resolve the problem using this command instead:

sudo ln -sf /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
Thank. That worked for me on openSUSE 42.2 :-)
Flyhigh lähetti viestin:
Cryvan lähetti viestin:
After a recent patch for OpenSuse 42.2 this solution does not work. The certificate was moved in the patch and the link was invalid. I was able to resolve the problem using this command instead:

sudo ln -sf /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
Thank. That worked for me on openSUSE 42.2 :-)

Sorry to necro this post myself but this solution still functions in openSUSE Leap 42.2 on the latest drivers. Cheers for the help.
< >
Näytetään 16-30 / 34 kommentista
Sivua kohden: 1530 50

Lähetetty: 9.9.2016 klo 12.54
Viestejä: 34