MAKC Posted July 11, 2017 Report Posted July 11, 2017 Can you give an example , how to use proxy. And what type need to use socks5 or http/https? Quote
Dr. McKay Posted July 11, 2017 Report Posted July 11, 2017 Socks proxies are currently not supported. You'll need to use an HTTP proxy. I don't believe I've pushed support for HTTPS proxies (HTTP is just as secure for this case). Example: const Steam = require('steam-client'); const SteamUser = require('steam-user'); let client = new Steam.CMClient(); let user = new SteamUser(client); client.setHttpProxy("http://user:[email protected]:12345"); user.logOn(/* options go here */); Quote
DevDuck Posted July 13, 2017 Report Posted July 13, 2017 Socks proxies are currently not supported. You'll need to use an HTTP proxy. I don't believe I've pushed support for HTTPS proxies (HTTP is just as secure for this case). Example: const Steam = require('steam-client'); const SteamUser = require('steam-user'); let client = new Steam.CMClient(); let user = new SteamUser(client); client.setHttpProxy("http://user:[email protected]:12345"); user.logOn(/* options go here */); What about IPv6 proxies? Quote
Dr. McKay Posted July 13, 2017 Report Posted July 13, 2017 An HTTP/S proxy over IPv6? Maybe. I don't know. Quote
Dr. McKay Posted July 16, 2017 Report Posted July 16, 2017 Show your code, please. And your versions. Quote
MAKC Posted July 18, 2017 Author Report Posted July 18, 2017 Show your code, please. And your versions. Quote
MAKC Posted July 23, 2017 Author Report Posted July 23, 2017 And your versions: npm listNodeJS - v6.10.1[email protected][email protected] Quote
MAKC Posted July 24, 2017 Author Report Posted July 24, 2017 (edited) Proxy is valid, but nothing happens Edited July 24, 2017 by MAKC Quote
MAKC Posted July 30, 2017 Author Report Posted July 30, 2017 Can you recommend a website where i can buy proxy and it will works with steam-client? Quote
MrPotato Posted August 15, 2018 Report Posted August 15, 2018 Socks proxies are currently not supported. You'll need to use an HTTP proxy. I don't believe I've pushed support for HTTPS proxies (HTTP is just as secure for this case). Example: const Steam = require('steam-client'); const SteamUser = require('steam-user'); let client = new Steam.CMClient(); let user = new SteamUser(client); client.setHttpProxy("http://user:[email protected]:12345"); user.logOn(/* options go here */);is proxy working with logOn? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.