I have a SQL Server 2017 instance that I have configured to listen on multiple ports 1433 and 1234. I would like to know if its possible to have one port (1234) accept only secure connections while the default port accept both?

I have already set up the instance, verified both ports are working, and installed the certificate but it seems my only option is to force SSL for the entire instance in config manager. Am I missing something? All help is appreciated.

有帮助吗?

解决方案

Am I missing something?

No. "Force Encryption" is an instance-wide setting.

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top