malfunkt / hyperfox

HTTP/HTTPS MITM proxy and recorder.
https://hyperfox.org
MIT License
1.61k stars 183 forks source link

Read overflow error by HTTPS server #14

Open furusiyya opened 7 years ago

furusiyya commented 7 years ago

I have started hyperfox with default settings and http work well but https prompt this error: 2017/06/19 17:06:43 http: TLS handshake error from 127.0.0.1:51308: tls: oversized record received with length 20037 Browser is showing connection refused from proxy. And no https request is getting passed through hyperfox. Please help me how I can make this work. Thanks!

xiam commented 7 years ago

Are you sure you're using a different port for https? how are you invoking hyperfox?

zhuk2303 commented 6 years ago

I also have this problem.

hyperfox.exe -c c:\Users\vlad\GoglandProjects\src\github.com\malfunkt\hyperfox\ssl\rootCA.crt -k c:\Users\vlad\GoglandProjects\src\github.com\malfunkt\hyperfox\ssl\rootCA.key -p 0
2017/11/29 07:44:21 Hyperfox v1.9.8 // https://hyperfox.org
2017/11/29 07:44:21 By José Carlos Nieto.

2017/11/29 07:44:21 Initializing database hyperfox-00004.db...
2017/11/29 07:44:21 Starting (local) API server...
2017/11/29 07:44:21 Watch live capture at http://live.hyperfox.org/#/?source=127.0.0.1:62738

2017/11/29 07:44:21 Listening for incoming HTTPs client requests on 0.0.0.0:10443.
2017/11/29 07:44:32 http: TLS handshake error from 127.0.0.1:62777: tls: oversized record received with length 20037

What am I doing wrong?