-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
Too much errors with obfs plugin #1443
Comments
Still have the same problem after re-installation on pure Ubuntu 16.10 x86 kernel is 4.10 |
Try port 443. |
@madeye i did everything and tried different port's too. -U and -u too. Nothing. |
When you say errors, does simple-obfs work for you? Or you are just reporting there are errors in the log? |
Yes obfs working and it's only in obfs log showing errors in real-time. Without obfs there is absent any error. But all mo config setup properly like in manual. And i'm using tls-obfs cause http-obfs doesnt work for me. |
I don't think these errors matter. You may try enlarging the timeout of your obfs plugin by adding this option: |
Yes i did that too. Doesnt help. |
You may add |
2017-04-17 15:06:14 INFO: plugin "obfs-server" enabled |
I only see one ERROR in your log, which also looks irrelevant. |
One error cause i'm cut other.. it's just repeating every few seconds |
If so, just ignore them. It means you're visiting some website that is not reachable by your server. To figure out what the site is, you could add |
But it wasnt before. And this error doesnt appear without obfs-plugin. Also all sites working well and fast. No one of them is broke. I did that -v So now what to do? |
Just post you FULL log here with |
Here is it: 2017-04-17 15:20:25 INFO: plugin "obfs-server" enabled |
Obviously, you didn't add |
Yes i did |
You should not add |
But ss-server -c /etc/shadowsocks-libev/config.json -u -v show's almost the same error. Time to time. |
2017-04-17 15:33:25 INFO: plugin "obfs-server" enabled |
According to your latest log, everything works well. Just ignore any "reset" in your log. They are expected. |
Just worried that something strange happened with my config setup but if it's ok... Anyway errors means that something wrong. Maybe in code? And what's better to setup if i wanna use torrent downloading? -U or -u? |
It's not a real ERROR. Actually, shadowsocks always closes connections with TCP reset, which is expected. |
Okay then last question: what's better to setup if i wanna use torrent downloading? -U or -u? |
Only |
O, thanks. |
What version of shadowsocks-libev are you using?
What operating system are you using?
server Ubuntu 16.10 x86 and client win10 x64
What did you do?
Installed ss-libev with obfs plugin (tls encryption)
What did you expect to see?
Work without errors
What did you see instead?
It's always shows me this with -u argument
2017-04-12 13:50:32 INFO: plugin "obfs-server" enabled
2017-04-12 13:50:32 INFO: UDP relay enabled
2017-04-12 13:50:32 INFO: initializing ciphers... aes-256-cfb
2017-04-12 13:50:32 INFO: tcp server listening at 127.0.0.1:46719
2017-04-12 13:50:32 INFO: udp server listening at 0.0.0.0:996
2017-04-12 13:50:32 INFO: running from root user
2017-04-12 13:50:32 [simple-obfs] INFO: obfuscating enabled
2017-04-12 13:50:32 [simple-obfs] INFO: obfuscating hostname: cloudfront.net
2017-04-12 13:50:32 [simple-obfs] INFO: tcp port reuse enabled
2017-04-12 13:50:32 [simple-obfs] INFO: listening at 0.0.0.0:996
2017-04-12 13:50:32 [simple-obfs] INFO: running from root user
2017-04-12 13:50:33 [simple-obfs] ERROR: server recv: Connection reset by peer
2017-04-12 13:50:34 [simple-obfs] ERROR: server recv: Connection reset by peer
And with -U argument
2017-04-12 13:52:53 INFO: plugin "obfs-server" enabled
2017-04-12 13:52:53 INFO: UDP relay enabled
2017-04-12 13:52:53 INFO: TCP relay disabled
2017-04-12 13:52:53 INFO: initializing ciphers... aes-256-cfb
2017-04-12 13:52:53 INFO: udp server listening at 0.0.0.0:996
2017-04-12 13:52:53 INFO: running from root user
2017-04-12 13:52:53 [simple-obfs] INFO: obfuscating enabled
2017-04-12 13:52:53 [simple-obfs] INFO: obfuscating hostname: cloudfront.net
2017-04-12 13:52:53 [simple-obfs] INFO: tcp port reuse enabled
2017-04-12 13:52:53 [simple-obfs] INFO: listening at 0.0.0.0:996
2017-04-12 13:52:53 [simple-obfs] INFO: running from root user
2017-04-12 13:52:54 [simple-obfs] ERROR: getpeername: Transport endpoint is not connected
What is your config in detail (with all sensitive info masked)?
{
"server":"0.0.0.0",
"server_port":996,
"password":"***",
"method":"aes-256-cfb",
"plugin":"obfs-local",
"plugin_opts":"obfs=tls"
}
and on client side
{
"server":"",
"server_port":996,
"local_port":1080,
"password":"",
"method":"aes-256-cfb",
"plugin":"obfs-local",
"plugin_opts":"obfs=tls;obfs-host=cloudfront.net"
}
The text was updated successfully, but these errors were encountered: