venfiw Posted November 28, 2018 Report Posted November 28, 2018 (edited) helpi can accept the offer in web but can't accept it with node-steamcommunity in some reason our country block the steamcommunity.com when we visit the site our targetlink will be reset,so if we want visit steamcommunity.com we must use a vpnand one day some one find the way to visit it without vpn it's called Reverse Proxy, i thought.(sry for my bad english)The question is now i can visit steamcommunity.com with web and steamclient, but i can't visit is by node-steamcommunitythe first offer worked becacuse i use a another ipaddress in hosts, and then i change the hosts to my Reverse Proxy server, and then show Unable to accept offer: self signed certificate what should i do ? can you give me some suggestions? I am very grateful to you for reading these. thanks Edited November 28, 2018 by venfiw Quote
Dr. McKay Posted November 29, 2018 Report Posted November 29, 2018 Looks like your reverse proxy is performing MitM. Quote
venfiw Posted December 1, 2018 Author Report Posted December 1, 2018 Looks like your reverse proxy is performing MitM. yep, and nodejs can't run is what should i do.Do you have any advice? Quote
Dr. McKay Posted December 3, 2018 Report Posted December 3, 2018 If you're absolutely sure that you want to allow MitM, this should work: const Request = require('request'); const SteamCommunity = require('steamcommunity'); let community = new SteamCommunity({ "request": Request.defaults({"rejectUnauthorized": false}) }); venfiw 1 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.