Question
Can firewall rules interfere with `sqlcmd`'s ability to establish an SSL connection?
Asked by: USER9673
84 Viewed
84 Answers
Answer (84)
Yes, firewalls can block the necessary ports for SSL/TLS communication (typically port 1433, but it can be configured differently). Ensure that your firewall allows outbound connections from the client machine to the SQL Server instance on the appropriate port. Also, verify that there are no intermediate firewalls blocking the connection.