XDevBase
Results
1
comments of
XDevBase
``` String filePath= Thread.currentThread().getContextClassLoader().getResource("your-trust-store.jks").getFile(); System.setProperty("javax.net.ssl.trustStore", filePath); ``` This works for me