Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows socks5 combo mbedtls client: [warn] BUG: Unexpected mbedtls error code -29184: SSL - An invalid SSL record was received #1651

Open
j421037 opened this issue May 7, 2024 · 1 comment

Comments

@j421037
Copy link

j421037 commented May 7, 2024

I completed the handshake verification of socks5 using Bufferevent, and use bufferevent_mbedtls_filter_new(g_base, bev, ssl, BUFFEREVENT_SSL_CONNECTING, BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS) create a new ssl bufferevent. but request failed

log message: [warn] BUG: Unexpected mbedtls error code -29184: SSL - An invalid SSL record was received
mbedtls version: 2.26.0
libevent version: master branch

@j421037
Copy link
Author

j421037 commented May 7, 2024

The same situation applies when I use bufferevent_openssl_filter_new create a openssl bufferevent.
log message:
some request failed - no idea which one though!
socket error = 在一个非套接字上尝试了一个操作。 (10038)

@j421037 j421037 changed the title windows socks5 combo mbedtls: [warn] BUG: Unexpected mbedtls error code -29184: SSL - An invalid SSL record was received windows socks5 combo mbedtls client: [warn] BUG: Unexpected mbedtls error code -29184: SSL - An invalid SSL record was received May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant