I have used tedious succesfully in the past to connect to various stanadrd SQL Server instances. I have spent the whole day to try and connect to an database hosted on Azure, to no avail.
At this point I have activated the debug options (available here) and it seems that it fact a connection is established, but is closed right after the login has been sent. The encrypt option is set to true, and I can connect to the database with the same credentials by other means (SSMS).
I am using the latest 1.5.1 version.
Any idea?
I have used tedious succesfully in the past to connect to various stanadrd SQL Server instances. I have spent the whole day to try and connect to an database hosted on Azure, to no avail.
At this point I have activated the debug options (available here) and it seems that it fact a connection is established, but is closed right after the login has been sent. The encrypt option is set to true, and I can connect to the database with the same credentials by other means (SSMS).
I am using the latest 1.5.1 version.
Any idea?