Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Secure access between IIS and SQL Server

The environment setup has an ASP.NET webservice on IIS 6 connecting to a SQL Server over the network.

I am trying to understand, whether it's possible to secure the calls between IIS and SQL Server 2008. Is it possible? Is it something on the lines of SSL?

thanks for reading!

like image 942
pencilslate Avatar asked Mar 05 '26 07:03

pencilslate


1 Answers

If you still want to after Pierreten's answer...

Yes, you can enable SSL Encryption for all SQL Server connections.

SQL Server SSL Encryption, server side, is described here. And in KB 316898 too

  • "Server side" requires only a server certificate and all connections are encrypted
  • "client side" requires client certs and is optional, and only for that client

Certain client libraries (notably MS JDBC) do not support server side s you may invalidate your host's monitoring (This has happened to me a time or 2)

  • a blog entry too
like image 132
gbn Avatar answered Mar 06 '26 20:03

gbn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!