amate / Proxydomo

ローカルで動作するプロクシフィルタリングソフトです
http://www31.atwiki.jp/lafe/pages/37.html
GNU General Public License v2.0
74 stars 12 forks source link

SSL_ERROR_RX_MALFORMED_HANDSHAKE on cnet.com #47

Closed nhantrn closed 7 years ago

nhantrn commented 7 years ago

Getting SSL_ERROR_RX_MALFORMED_HANDSHAKE on cnet.com

amate commented 7 years ago

I can't reproduce the error.

nhantrn commented 7 years ago

I'm getting same error on https://www.pcmag.com too. If bypass Proxydomo, those sites load in fine. I don't see anything in the error log. Is there anyway for me to debug it?

amate commented 7 years ago

Wolfssl cause the error because the server side certificate is too big. It is difficult for me to fix this problem.

nhantrn commented 7 years ago

I asked the people at wolfssl forum and they advice to set the MAX_CERTIFICATE_SZ to a larger value using CFLAGS at compiling.

You can read it here: https://www.wolfssl.com/forums/post3317.html#p3317

amate commented 7 years ago

thx! v1.100 fixed

nhantrn commented 7 years ago

Thanks!