You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thank you for your great work, this project is amazing and very helpful.
While I use it in real world deployment I find that in current version BouncyCastleSslEngineSource.loadKeyStore loads keystore from File system. However some time deployment process requires us package all things in jar file. Therefore I could not use Class.getResourceAsStream and have to extract keystore files first and then load them from file system.
Now my workaround is using reflection to hack it but, could it support loading from InputStream instead of File path?
The text was updated successfully, but these errors were encountered:
Hi,
First thank you for your great work, this project is amazing and very helpful.
While I use it in real world deployment I find that in current version BouncyCastleSslEngineSource.loadKeyStore loads keystore from File system. However some time deployment process requires us package all things in jar file. Therefore I could not use Class.getResourceAsStream and have to extract keystore files first and then load them from file system.
Now my workaround is using reflection to hack it but, could it support loading from InputStream instead of File path?
The text was updated successfully, but these errors were encountered: