ericallam commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1378823571
I don't think this is an macOS issue. I tried running 1.8.0 in a docker container (built and run on linux) and I'm getting a similar error: ``` [1][ClientConnection:189] [<none> -> pulsar+ssl://<cluster>.<orgId>.snio.cloud:6651] Create ClientConnection, timeout=10000 [3][AuthOauth2:224] Response failed for getting the well-known configuration https://auth.streamnative.cloud/. Error Code 77: error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none [1][ConnectionPool:97] Created connection for pulsar+ssl://<cluster>.<orgId>.snio.cloud:6651 [1][ClientConnection:379] [172.17.0.2:48284 -> 184.72.154.254:6651] Connected to broker [3][ClientConnection:472] [172.17.0.2:48284 -> 184.72.154.254:6651] Handshake failed: certificate verify failed (SSL routines) [1][ClientConnection:1584] [172.17.0.2:48284 -> 184.72.154.254:6651] Connection closed with ConnectError [3][ClientImpl:184] Error Checking/Getting Partition Metadata while creating producer on persistent://public/default/inside-docker -- ConnectError [1][ClientConnection:267] [172.17.0.2:48284 -> 184.72.154.254:6651] Destroyed connection [Error: Failed to create producer: ConnectError] ``` Am I supposed to be setting an option that I am not? Any of these:  -- 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]
