Rocket League - No Connecting to Server

08.10.2016
How to fix the connection error of Rocket League under Opensuse and Fedora (certificate problems).

Rocket League – No Connection to Server

You have problems with connecting to Rocket League Servers and have one of the linux distributions Fedora or Opensuse ?

You know that the problem isn't the server, because your friends can play online? Then you are right here!

Why I can't connect ?

The Rocket League developer have taken no consideration to the linux distributions Fedora and Opensuse but following the Ubuntu standard

So Rocket League can't access the file because the certificate bundle are in a different directory under a different name  than Rocket League search .
To fix the bug you have to make a symbolic link to the path where Rocket League search for the certificate bundle.

This you can achieve with the following command:

Command

On Opensuse:
sudo ln -s /etc/ssl/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
On Fedora:
sudo ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

We wish you a lot of fun!