Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.9.2
-
None
Description
TSSLTransportFactory's setKeyStore/setTrustStore accept only plain file system paths what makes it impossible to use URL's or classpath based resources. E.g., I didn't find a way to load certificate from JAR.
I propose to look for both URLs and resources if the file can not be found by the given path. It's how it is done in ActiveMQ: