monkeyWie / proxyee

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

With an ordinary httpS connection, the ssl flag is not true #265

Open Dgofre opened 1 year ago

Dgofre commented 1 year ago

In the RequestProto, .setSsl(true) is called only for websocket. Thus, with an ordinary httpS connection, the ssl flag is not true. It's a little confusing