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

Connecting without username or password to Firebird 3+ yields unclear error message [JDBC550] #583

Closed
firebird-automations opened this issue Sep 22, 2018 · 1 comment

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Attempts to connect to Firebird 3 or higher without a user name or password yields the unclear error "connection rejected by remote interface" as Jaybird tries no authentication plugins.

Possible solutions:
1. Detect this situation early and throw exception before connecting. Downsides: could prevent (future) third party plugins providing an alternative means of connecting
2. Convert the connection rejected error when no username or password were specified or the list of plugins is empty.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 5 [ 10871 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment