avioconsulting / mule-vault-connector

HashiCorp Vault Connector for Mule 4
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

JKS/Trustore Files are not getting read from classpath #7

Open Raksha-train opened 4 years ago

Raksha-train commented 4 years ago

Trying to use TLS Connection to connect to vault , but PEM Files, JKS Files are not getting read.

Error thrown while deployment is : FileNotFound Exception ( Connection refused) System cannot find the file specified .

Tried placing .jks file in src/main/resources, src/main/java, and also on local drive. No Luck !!!

Any suggestion on this issue ? Or any config missing ?