Open mothinx opened 7 years ago
This is a new error, but here's a temporary fix to try:
auth_url = rc['authURL']
to auth_url = 'utas.mobapp.fut.ea.com'
python setup.py install
This may have just been an issue while servers were down this morning. Please report if you get this error.
For 2 hours now, i have this SSLError for PC plateform:
Thanks to syndac on Slack, here is the fix (on fut18/urls.py:)
auth_url = rc['authURL']
toauth_url = 'utas.mobapp.fut.ea.com'