1and1 / CompositeJKS

Load a custom Java Keystore into the SSL Context without replacing the system CA list.
MIT License
30 stars 9 forks source link

Fixed stream has already been operated upon or closed exception #8

Open ChrisRaye opened 4 years ago

ChrisRaye commented 4 years ago

Fixes #7

Fixed by saving the array of optional parameters and by creating a stream when needed. IllegalStateException: stream has already been operated upon or closed was occuring when using secure LDAP connections (ldaps://...).

Tested using code from v1.0 tag. Code from master branch appears to contain syntax errors and does not appear to compile successfully.