Subject Re: [Firebird-Java] Jaybird 3.0.5 FBXADataSource
Author Mark Rotteveel
On 2019-08-15 16:03, procar informatik AG - Sascha Horn s.horn@...
[Firebird-Java] wrote:
> Hi all,
>
> we currently evaluate the migration to Firebird 3.0 for our
> application.
>
> We are able to connect to a firebird 3.0 database using
> org.firebirdsql.jdbc.FBDriver without problem.
>
> But if we try to use a FBXADataSource within jboss application server,
> it is not able to get a managed connection, because of:
> Client attempted to attach unencrypted but wire encryption is required
>
> We are using the jaybird version 3.0.5.

Both DriverManager/FBDriver and FBXADataSource share the same codepath
to connect, so if one can connect, so should the other. Are you using
the same user to connect? This error might happen if you are using a
Legacy_Auth user to connect.

Could you provide the following information:

- Exact Firebird version
- Contents of firebird.conf for settings AuthServer and WireCrypt?
- Example configuration or code that does allow you to connect with
FBDriver.

I will try and see if I can reproduce this, but more information will
allow me to identify the problem quicker.

Mark