shibd commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1378999302
Hi, @ericallam Thanks for your feedback. I just wanted to confirm. Before v1.7.0, the same program and environment could run normally? I haven't tested with a certified domain yet, and I can run it by manually importing the certificate. Refer repo: https://github.com/shibd/pulsar-node-test > Am I supposed to be setting an option that I am not? Any of these: If you can download the certificate, you can try pointing to it: ``` const client = new Pulsar.Client({ serviceUrl: 'pulsar+ssl://localhost:6651', authentication: auth, operationTimeoutSeconds: 30, tlsTrustCertsFilePath: './run-pulsar/cacert.pem', useTls: true, tlsValidateHostname: false, tlsAllowInsecureConnection: false, }); ``` I still suspect that linking static OpenSSL is the cause, I will try linking dynamic libraries to try. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
