xadamxk/LCU-Enhancement-Suite

Research patching disabling certificate validation

xadamxk opened this issue · 1 comments

In connection.ts we disabled certificate validation in order to get an active connection to the LCU connection.
Is it possible to use a local certificate to prevent this?

      options.agent = new Agent({
        rejectUnauthorized: false
      });

The CA and LoL-client certificate appear to only be embedded in the executables: LeagueClient.exe and LeagueClientUx.exe.