mrluanma/shadowsocks-heroku

works on firefox but not chrome

kc1 opened this issue · 2 comments

kc1 commented

I'm working on win10 64 bit

my config.json:

{
"server": "127.0.0.1",
"local_address": "127.0.0.1",
"scheme": "ws",
"local_port": 1337,
"remote_port": 80,
"password": "`try*(^^$some^$%^complex>:<>?~password/",
"timeout": 600,
"method": "rc4-md5"
}

command line:

$ node local.js -s myapp.herokuapp.com -l 1337 -m rc4 -k mykey-r 80

firefox 57 - works:

capture1

chrome 63 -- does not work
capture

How can I get chrome working?

kc1 commented

Thank you