Can't connect Dremio cloud on Dbeaver

Hello,
I have been trying without success to connect Dremio Cloud with Dbeaver. I followed both the legacy and not legacy DBeaver tutorials and both returns me the following errors.
Following the legacy tutorial I get the following error:

Failure in connecting to Dremio: cdjd.com.dremio.exec.rpc.ConnectionFailedException: CONNECTION : SSL negotiation failed
  CONNECTION : SSL negotiation failed
  CONNECTION : SSL negotiation failed
    SSL negotiation failed
    SSL negotiation failed
      sun.misc.Unsafe or java.nio.DirectByteBuffer.<init>(long, int) not available
      sun.misc.Unsafe or java.nio.DirectByteBuffer.<init>(long, int) not available

and following the not legacy tutorial I get the following error:

org.apache.arrow.driver.jdbc.shaded.org.apache.arrow.flight.FlightRuntimeException: UNKNOWN: 
  org.apache.arrow.driver.jdbc.shaded.org.apache.arrow.flight.FlightRuntimeException: UNKNOWN: 

I know this may not be much to go on, but please let me know what additional information would be useful and I’ll try to provide it ASAP. I would appreciate any help with this as I’m currently stuck.

Thanks

  1. Download and Prepare Personal Access Token (PAT):
  • Download the JDBC driver for Arrow Flight SQL.
  • Encode your PAT (Ref):
    • Open a browser, right-click to select Inspect, then go to the Console tab.
    • Type encodeURIComponent("<PAT>"), replacing <PAT> with your token from Dremio Cloud. Copy the encoded PAT (reference to generate PAT).
  1. Add JDBC Driver to DBeaver:
  • Go to Database > Driver Manager in DBeaver.
  • In Driver Manager, click New.
  • Under Settings:
    • Name: Enter a name, e.g., “JDBC Driver for Arrow Flight SQL”.
    • Driver Type: Select Generic.
    • Class Name: org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver.
    • URL Template and Default Port: Leave empty.
  • In Libraries, click Add File and select the downloaded JDBC .jar file.
  • Click OK.
  1. Create Connection in DBeaver:
  • Select Database > New Database Connection.

  • Choose the new driver (“JDBC Driver for Arrow Flight SQL”).

  • Enter the connection details under JDBC URL.

  • DaaS Connection:

    • Example: jdbc:arrow-flight-sql://<host>:32010?token=<Encoded PAT>&disableCertificateVerification=true&useEncryption=false&cookie=project_id=<project_id>