monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.54k stars 574 forks source link

连接被重置 #20

Closed SealinRepo closed 6 years ago

SealinRepo commented 6 years ago

异常信息 111111111111111 java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) at sun.nio.ch.IOUtil.read(IOUtil.java:192) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1106) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:373) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) at java.lang.Thread.run(Thread.java:748) 浏览器是Chrome

monkeyWie commented 6 years ago

请求地址有吗

SealinRepo commented 6 years ago

我是在ie选项里边设置的http代理,然后访问任何网站都是已重置...

monkeyWie commented 6 years ago

你是运行的代码是?

SealinRepo commented 6 years ago

java -jar proxyee.jar

monkeyWie commented 6 years ago

jar包你自己编译的?maven下的jar包是没有main方法的啊

SealinRepo commented 6 years ago

是啊,我拉了一份源码,打包后运行的,去服务器看了端口已经监听了,在客户端链接重置的时候去服务端看到抛出的异常就是上边那样了..

monkeyWie commented 6 years ago

直接运行HttpProxyServer.java试试

SealinRepo commented 6 years ago

嗯,我再看下是咋回事...