timiimit / UT4UU-Public

Unreal Tournament 4 Unofficial Update
73 stars 1 forks source link

XMPP infinite login loop #2

Closed timiimit closed 1 year ago

timiimit commented 1 year ago

Version: 10.0b5-quickfix Description: When XMPP fails to verify server's TLS certificate, infinite login loop starts.

timiimit commented 1 year ago

Fixed

niobium93 commented 1 year ago

I updated to v10.1, but this still happens to me. Game just says Checking your identity while this keeps getting spammed in the terminal.

[2023.01.09-08.02.44:164][163]LogXmpp:Warning: Certificate verification failure: self signed certificate in certificate chain
[2023.01.09-08.02.44:164][163]LogXmpp:Warning: Issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Global Root G2
[2023.01.09-08.02.44:164][163]LogXmpp:Warning: Subject: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Global Root G2
[2023.01.09-08.02.44:164][163]LogXmpp:Warning: Fingerprint SHA256: cb3ccbb76031e5e0138f8dd39a23f9de47ffc35e43c1144cea27d46a5ab1cb5f
[2023.01.09-08.02.44:164][163]LogXmpp:Warning: Fingerprint SHA1: df3c24f9bfd666761b268073fe06d1cc8d4f82a4
timiimit commented 1 year ago

Are you sure you are using v10.1? what version does it say when you use console command uu info? I assume you dont have auto-login enabled and are able to enter offline mode to use this command. image

niobium93 commented 1 year ago

Screenshot_20230109_175954

timiimit commented 1 year ago

I didn't properly test the new version on linux, but i tried it again now. I cannot seem to be able to replicate this issue. For further investigation consider making a new issue.

Make sure you have certificates installed in /etc/ssl. Use update-ca-trust command if they aren't there to configure this. Some more info about similar issue: #6