I\'m wanting to connect to an Azure SQL Server from jdbc.
I copy the connection string from the azure management console. It is something like:
I've got the same issue on JDBC driver version 4.1, downgrading to 4.0 resolved issue
Turns out an upgrade of the sql server jdbc version to version 4.0 cleaned up the issue.