SSL connection issues are caused by missing or outdated CA certificates. We have windows users with the same problem. The app doesnt communicate with cheathappens.com but with cheathappensnext.com
Run this command in terminal and it should fail too:
openssl s_client -connect cheathappensnext.com:443
If thats the case, make sure your CA certificates are complete and up to date. If that still doesnt work you can try and mark our server certificate as trusted by doing the following (under Arch linux):
echo | openssl s_client -connect cheathappensnext.com:443 -servername cheathappensnext.com | openssl x509 > yourdomain.crt
sudo cp yourdomain.crt /etc/ca-certificates/trust-source/anchors/
sudo trust extract-compat
and then run the openssl command again to see if it works now.
Aha, that fixed it. Thanks 0x90
I'm running the same OS and have the same problem.
I had it working fine on an earlier install of cachyos so I'm a bit lost as to why its not working now.
I'll watch this thread hoping someone can give us the solution.
have you tried running the launcher as an appimage?