monkeyWie / proxyee

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

通过篡改DNS 直连代理的方式 https 请求报错 #263

Closed fellowming closed 1 year ago

fellowming commented 1 year ago

大佬您好: 如题, 请问 是proxyee 还不支持https 直连吗? 环境: window10,proxyee:1.7.4 我的操作步骤: 1、创建了一个代理服务,监听443端口。并在客户端安装了可信根证书 2、修改系统代理 ,https 请求成功。 3、关闭系统代理,修改本机host, 指向代理服务器IP(即直连代理服务器) 客户端报错:

failed to receive handshake, SSL/TLS connection failed

服务端报错:

 DefaultFullHttpRequest(decodeResult: failure(java.lang.IllegalArgumentException: invalid version format: +83VHÀ,Ð΢É+ÌÞÆM4¦­ÜUÌ  **À+À/À,À0̨̩ÀÀ/5ÊÊ), version: HTTP/1.0, content: UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 0, cap: 0))
GET /bad-request HTTP/1.0
monkeyWie commented 1 year ago

是的 目前不支持https直连