DO NOT FOCUS I add the function of set cipher-suite, but does not work. #2830
Unanswered
jesson3264
asked this question in
Ask questions, get answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used openssl, compiled with -DMG_TLS=2, and I add some code in function : mg_tls_init.
The ciper suites value is : ECDHE-RSA-AES256-GCM-SHA384
I used tcpdump to capture packages, But the server always used the Cipher Suite: TLS_AES_128_GCM_SHA256 (0x1301).
Does I code the wrong place ?
Beta Was this translation helpful? Give feedback.
All reactions