Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChrisRaye
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.IllegalStateException: stream has already been operated upon or closed on CompositeX509KeyManager
1 participant