困扰我2天的报错问题:certificate.lua:259: call(): failed to set DER private key: d2i_PrivateKey_bio() failed, context: ssl_certificate_by_lua*终于在今天21点前解决了。 我有4台ingress daemonset服务,分别为154/155/157/158,配置好pods的ingress后154访问正常,证书日期正常,其他三台一直报certificate....
In 3.0.0 (alpha15 but possibly earlier alphas as well) calling d2i_PrivateKey_bio/PEM_read_bio_PrivateKey can result in errors being added to the error stack even though the parse is successful and no nullptr is returned. You can replica...
a non-NULL EVP_PKEY structure assigned an EC_KEY structure referencing the proper EC_GROUP. @@ -100,7 +99,7 @@ EC_GROUP. The d2i_PrivateKey_ex(), d2i_PrivateKey(), d2i_AutoPrivateKey_ex(), d2i_AutoPrivateKey(), d2i_PrivateKey_ex_bio(), d2i_PrivateKey_bio(), d2i_PrivateKey_...
When using credential test data in a PEM input file that was meant to contain a chain of certs, with the current master I got a strange memory leak on a private key. It took me a while to find out ...