简体   繁体   中英

Encrypt SQL Server Connection with IP Address?

I'm doing some tests on how to connect to a DB on SQL Server via IP address.

I would need to connect via an IP address with SQL Server to a database on a VPS. At this time, I can connect with a user and password using the IP address, but I think that it's too vulnerable.

Is it possible to connect to the DB by using an encrypted connection? Whether with SQL Management Studio and possibly using connectionstring on my application?

Sorry for my english.

SQL Server login packets are always encrypted. You can also encrypt all traffic by installing a cert on the server and specifying force encryption using SQL Server Configuration Manager. Right-click on "Protocols for MSSQLSERVER" under SQL Server Network Configuration and select properties.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM