Research patching disabling certificate validation
xadamxk opened this issue · 1 comments
xadamxk commented
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
});
TyrantKingBen commented
The CA and LoL-client certificate appear to only be embedded in the executables: LeagueClient.exe
and LeagueClientUx.exe
.