Open ragaur-tibco opened 1 year ago
The issue had no activity for 30 days, mark with Stale label.
This can be related to https://github.com/apache/pulsar/pull/19483. You can try out 2.11.1 or 3.0.0.
cc @nodece
I cannot reproduce this issue, could you check your keyStorePath
?
The issue had no activity for 30 days, mark with Stale label.
Search before asking
Version
Java Client(2.11.0)-->broker(2.11.0) Broker instance OS: Amazon Linux 2023 Java App running OS : RHEL and Ubuntu
Minimal reproduce step
Configure the Pulsar instance for mTLS authentication using Keystore. Then create the Pulsar client using the following sample code.
What did you expect to see?
It should get succeeded with the correct keystore path configuration for Linux.
What did you see instead?
Anything else?
As you can observe the debug logs, the keystore path we are providing is not taking into effect and it is being set to null and throwing the file not found error.
Note: Same source code is working fine with windows machine.
Are you willing to submit a PR?