How to fix “Not logged into Rocket League servers” error on Linux

By | 28th January 2017

Encounter the “Not logged into Rocket League servers” error while trying to get online on the Rocket League game on Linux? Here’s a fix.

Rocket League needs SSL to communicate with their servers. So the first steps would be to:

  1. Make sure the system time and date is correct. I use UTC hardware clock.
  2. Make sure SELinux or the firewall is not preventing the game from connecting to the servers.

If that still doesn’t fix the issue, then do this.

For Fedora:

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

For OpenSUSE:

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

It expects the certificates file in /etc/ssl/certs/ca-certificates.crt so you just have to create symlink from the original file. This shouldn’t be necessary in Ubuntu based distributions

 

2 thoughts on “How to fix “Not logged into Rocket League servers” error on Linux

  1. Anonymous

    Fascinating blog! Is your theme custom made or did you download it from somewhere? A theme like yours with a few simple tweeks would really make my blog shine. Please let me know where you got your theme. With thanks

    Reply

Leave a Reply to varunpriolkarCancel reply