We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please read contributing guidelines. Thanks.
Describe the bug Unable to import ss:// into the Android App. I am unsure if this is a ssurl bug or the Android app.
To Reproduce Steps to reproduce the behavior:
/opt/shadowsocks/ssservice genkey --encrypt-method "2022-blake3-chacha20-poly1305" F6BY4IwbXB5Juobo2aofoJ6P86G/yBYJO3pJzcMIUOU=
cat ~/Downloads/client.json { "server": "1.2.3.4", "server_port": 8400, "password": "F6BY4IwbXB5Juobo2aofoJ6P86G/yBYJO3pJzcMIUOU=", "method": "2022-blake3-chacha20-poly1305" }
/opt/shadowsocks/ssurl --encode ~/Downloads/client.json ss://2022-blake3-chacha20-poly1305:F6BY4IwbXB5Juobo2aofoJ6P86G%2FyBYJO3pJzcMIUOU%3D@1.2.3.4:8400
If I import this ss:// string into the Android app, I get an error "Failed to import."
If I decode the ss:// string (notice the password has a backslash for escaping the forward slash):
/opt/shadowsocks/ssurl --decode ss://2022-blake3-chacha20-poly1305:F6BY4IwbXB5Juobo2aofoJ6P86G%2FyBYJO3pJzcMIUOU%3D@1.2.3.4:8400 {"server":"1.2.3.4","server_port":8400,"password":"F6BY4IwbXB5Juobo2aofoJ6P86G\/yBYJO3pJzcMIUOU=","method":"2022-blake3-chacha20-poly1305","mode":"tcp_and_udp"}
Expected behavior ss:// string should be imported, even with an escape char in the json
Smartphone (please complete the following information):
Configuration Put an x inside the [ ] that applies.
x
The text was updated successfully, but these errors were encountered:
I faced the same problem with others AEAD 2022 encryption methods. Without it, it is impossible to use the feature "one port -multiple users".
Sorry, something went wrong.
No branches or pull requests
Please read contributing guidelines. Thanks.
Describe the bug
Unable to import ss:// into the Android App. I am unsure if this is a ssurl bug or the Android app.
To Reproduce
Steps to reproduce the behavior:
/opt/shadowsocks/ssservice genkey --encrypt-method "2022-blake3-chacha20-poly1305" F6BY4IwbXB5Juobo2aofoJ6P86G/yBYJO3pJzcMIUOU=
/opt/shadowsocks/ssurl --encode ~/Downloads/client.json ss://2022-blake3-chacha20-poly1305:F6BY4IwbXB5Juobo2aofoJ6P86G%2FyBYJO3pJzcMIUOU%3D@1.2.3.4:8400
If I import this ss:// string into the Android app, I get an error "Failed to import."
If I decode the ss:// string (notice the password has a backslash for escaping the forward slash):
Expected behavior
ss:// string should be imported, even with an escape char in the json
Smartphone (please complete the following information):
Configuration
Put an
x
inside the [ ] that applies.The text was updated successfully, but these errors were encountered: