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

the tls binding throws NPE if there are no options defined #612

Closed
vordimous opened this issue Dec 4, 2023 · 1 comment · Fixed by #611
Closed

the tls binding throws NPE if there are no options defined #612

vordimous opened this issue Dec 4, 2023 · 1 comment · Fixed by #611
Assignees
Labels
bug Something isn't working

Comments

@vordimous
Copy link
Contributor

Describe the bug
Zilla throws a NullPointerException on startup if a tls binding is defined with a proper exit but no options. The workaround was to add a mutual: none param:

  south_tls_client:
    type: tls
    kind: client
    options:
      mutual: none
    exit: south_tcp_client

To Reproduce
try to use a tls binding with no options defined:

  south_tls_client:
    type: tls
    kind: client
    exit: south_tcp_client
@vordimous vordimous assigned vordimous and jfallows and unassigned vordimous Dec 4, 2023
@vordimous
Copy link
Contributor Author

fixed by #611

@jfallows jfallows added the bug Something isn't working label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants