Sorry about that....Im new to this format

It was a snip of this:

if (typeof options.clientCertEngine === 'string') {
     if (c.context.setClientCertEngine)
       c.context.setClientCertEngine(options.clientCertEngine);

options.clientCertEngine is just the path of the SO file

and it is calling openssl function:

SSL_CTX_set_client_cert_engine (SSL_CTX *ctx, ENGINE *e)

am I wrong that there should be a second argument passed from Node to Openssl?

Really appreciate all your support


On 6/3/19 12:58 PM, Viktor Dukhovni wrote:

On Mon, Jun 03, 2019 at 12:54:46PM -0700, Erik Madsen wrote:

any thoughts here?
You're posting images instead of text, and to the wrong list.
The issue seems to be in node.

Reply via email to