fut icon indicating copy to clipboard operation
fut copied to clipboard

SSLError

Open mothinx opened this issue 8 years ago • 2 comments

For 2 hours now, i have this SSLError for PC plateform:

requests.exceptions.SSLError: HTTPSConnectionPool(host='utas.mob.v4.fut.ea.com', port=443): Max retries exceeded with url: /ut/shards/v2 (Caused by SSLError(CertificateError("hostname 'utas.mob.v4.fut.ea.com' doesn't match 'utas.mobapp.fut.ea.com'",),))

Thanks to syndac on Slack, here is the fix (on fut18/urls.py:) auth_url = rc['authURL'] to auth_url = 'utas.mobapp.fut.ea.com'

mothinx avatar Nov 02 '17 15:11 mothinx

This is a new error, but here's a temporary fix to try:

  1. Re-download the api from github
  2. Go into fut/urls.py
  3. On line 7, change auth_url = rc['authURL'] to auth_url = 'utas.mobapp.fut.ea.com'
  4. Run python setup.py install
  5. Try your script again
  6. Please report in the Slack channel whether or not this worked!!

syndac avatar Nov 02 '17 15:11 syndac

This may have just been an issue while servers were down this morning. Please report if you get this error.

syndac avatar Nov 02 '17 23:11 syndac