AWS ca-central-1 installation
AWS Public IP added to Azure DB Firewall
Testing connection to Azure SQL server results in this error message:
Cannot open server “1433” requested by the login. The login failed.DB-Lib error message 20018, severity 20: General SQL Server error: Check messages from the SQL Server DB-Lib error message 20002, severity 9: Adaptive Server connection failed
NOTE: I also try connecting to an AWS RDS SQL DB that results in this Connection test error:
Connection Test Failed:
Unknown error occurred while performing connection test. Please try again later.
Followed this:
When entering the username you need to make sure it’s of the form: user@server-name . Where server-name is your server address without the .database-windows.net suffix.
Now getting this:
Reason: Login failed due to client TLS version being less than minimal TLS version allowed by the server.DB-Lib error message 20018, severity 20: General SQL Server error: Check messages from the SQL Server DB-Lib error message 20002, severity 9: Adaptive Server connection failed
Minimum TLS was set at 1.2 now minimal is 1.0 and getting this message:
Connection Test Failed:
DB-Lib error message 20018, severity 20: General SQL Server error: Check messages from the SQL Server DB-Lib error message 20002, severity 9: Adaptive Server connection failed