Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
openssl没有';t在TCP网络负载均衡器后面工作_Openssl_Aws Load Balancer_Nlb - Fatal编程技术网

openssl没有';t在TCP网络负载均衡器后面工作

openssl没有';t在TCP网络负载均衡器后面工作,openssl,aws-load-balancer,nlb,Openssl,Aws Load Balancer,Nlb,我正试图让openssl在AWS TCP网络负载平衡器后面工作,但没有成功 我通过运行来测试它 openssl s_server \ -accept 22222 \ -CAfile certs/ca.crt.pem \ -cert certs/fluentd.crt.pem \ -key private/fluentd.key.pem \ -Verify 10 \ -tls1_2 \ -state 当负载平衡器没有被激活时,它工作得非常好 Using default

我正试图让openssl在AWS TCP网络负载平衡器后面工作,但没有成功

我通过运行来测试它

openssl s_server \
  -accept 22222 \
  -CAfile certs/ca.crt.pem \
  -cert certs/fluentd.crt.pem \
  -key private/fluentd.key.pem \
  -Verify 10 \
  -tls1_2 \
  -state
当负载平衡器没有被激活时,它工作得非常好

Using default temp DH parameters
ACCEPT
但是,一旦我将机器添加到负载平衡器的目标组中,我就会得到

SSL_accept:before SSL initialization
SSL_accept:error in before SSL initialization
ERROR
shutting down SSL
CONNECTION CLOSED
尚未连接任何客户端。根据我的理解,TCP NLB应该只是转发流量,但似乎发生了其他事情。你知道我该怎么解决这个问题吗