Jump to content
McKay Development

Harry

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Harry reacted to Dr. McKay in Unable to get local issuer certificate   
    From what I can tell, that proxy provider is intended to MITM your traffic and solve/bypass captchas and other anti-bot tools for you. In order to do that, it needs to present its own (untrusted) HTTPS certificate.
    I wouldn't recommend using that provider for this purpose, but if you really wanted to, you'd need to disable TLS certificate checking in Node. This is very much not recommended, but you can do so by setting the environment variable NODE_TLS_REJECT_UNAUTHORIZED to 0.
  2. Like
    Harry reacted to Dr. McKay in user.logOn never resolves when running on VPS   
    There is no timeout for connection attempts because when Steam goes down, it can stay down for a while and we want to be able to reconnect automatically.
    Add this and you can get some more descriptive output:
    client.on('debug', (msg) => console.log(msg));  
×
×
  • Create New...