Subject Re: [firebird-support] Connecting to Firebird 3.01 with JDBC
Author Mark Rotteveel
On 2016-09-22 11:01, trskopo@... [firebird-support] wrote:
> Hi guys,
>
> Anyone here able to connect to FB 3.01 with JDBC 2.x?
>
> I have tried with jaybird-full-2.2.11 & have adding these lines to
> firebird.conf
> 1) UserManager = Srp, Legacy_UserManager
> 2) AuthClient = Srp, Win_Sspi, Legacy_Auth
>
> But no avail, always got error message
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544421.
> connection rejected by remote interface

Questions about Jaybird should go to the Firebird-java mailinglist.
However to answer your question: you have forgotten one step. You need
to downgrade the WireCrypt setting from its default Required to Enabled.
See also
https://github.com/FirebirdSQL/jaybird/wiki/Jaybird-and-Firebird-3


As a nitpick, JDBC 2.x is the version of the standard that was released
with Java 1.2 (or 1.3). When talking about the the driver it is Jaybird
2.2.x (which supports JDBC 4.0 - 4.2).

Mark