Error JDBC Connection in Dremio Cloud

I’m trying to connect via JDBC on dremio cloud, following the steps in the documentation, but it’s giving the error below. With dremio software the error does not happen

It looks like you put a user_id or other ID in the Username field. Can you try with $token if you’re using a PAT?

Hi, thanks for the feedback,
I’m using PAT, in the username I put the token_id and in the password I put the secret_token.

I can make the connection, I was passing the parameters wrong and without SSL

@a6santa Just making sure, the fix was you passed the right SSL certs?

Yes, i passed the SSL=True and the user = $token