vitor251093 / resurrection-capsule

[WIP] ReCap for short. A small local server to play Darkspore offline
GNU General Public License v3.0
182 stars 15 forks source link

[MILESTONE] Login screen prompts network connection errors and does not show fields #2

Closed vitor251093 closed 5 years ago

vitor251093 commented 5 years ago

We reached the login screen, but it just prompts errors and never show the fields. Right before the errors appear, the game tries to make a request to gosredirector.ea.com:42127. Flask could not understand the request, but based in the URL it seems to be EA's Blaze server. There are some open source implementations of it which may be enough to solve the problem:

vitor251093 commented 5 years ago

@dalkon discovered how to disable the SSL verification in the game, and how to respond properly. We gonna need to do some refectory now, but already know which direction we have to go now :)