We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问下,我在nginx中加入了对tongsuo的编译,但是在配置加密套件时,如果单独配置RC4-MD5:RC4-SHA会提示报错(程序需要支持这些弱加密套件)换成其他加密套件则没问题。 nginx: [emerg] SSL_CTX_set_cipher_list("RC4-MD5:RC4-SHA") failed, ignore (SSL: error:0A0000B9:SSL routines::no cipher match)
编译nginx的命令如下所示: 如果换成openssl则不会报错,且能使用该加密套件进行协商。
想问下如果我需要支持这两个加密套件需要如何修改编译参数?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问下,我在nginx中加入了对tongsuo的编译,但是在配置加密套件时,如果单独配置RC4-MD5:RC4-SHA会提示报错(程序需要支持这些弱加密套件)换成其他加密套件则没问题。
nginx: [emerg] SSL_CTX_set_cipher_list("RC4-MD5:RC4-SHA") failed, ignore (SSL: error:0A0000B9:SSL routines::no cipher match)
编译nginx的命令如下所示:
如果换成openssl则不会报错,且能使用该加密套件进行协商。
想问下如果我需要支持这两个加密套件需要如何修改编译参数?
The text was updated successfully, but these errors were encountered: