jinkai
jinkai
When I was developing an https server, I encountered a problem, I created multiple threads to handle https connections , there are about 48 worker threads, each thread maintains its...
Hello, I encountered a problem when I used session reuse for the client in the tls1.3 protocol. I set the callback function through the SSL_CTX_sess_set_new_cb function, and saved the SSL_session...
请问下,我在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则不会报错,且能使用该加密套件进行协商。 想问下如果我需要支持这两个加密套件需要如何修改编译参数?