Warframe Certification Checks?

Network protocols, internals and low-level information about games
BBTheB44
Posts: 1
Joined: Fri Jan 28, 2022 6:53 pm

Warframe Certification Checks?

Post by BBTheB44 »

I am trying to make a emulated server for warframe, so far I have the launcher accepting the server as real and it downloads the game data and preforms file integrity checks there it. This all works fine the problem starts once you get to the login screen.

Code: Select all

[Error]: https://api.warframe.com/api/login.php failed (Error: SSL certificate problem: self signed certificate in certificate chain)
I made a custom certification chain and installed the root CA into my windows Trusted Root Certification Authorities yet no dice. I have tried to find certification pinning using the original cert fingerprints but they are not in the exe. It uses ws2_32.dll to send a recv data between api.warframe.com but the application it self is 64 bit. I just have yet to figure out the certification verification that they use. Anyone here able to point me in the right direction or help with the process of overwriting the original certs?