Re: SQL Server over the Web, what are my options?
From: Matt Gibson (mattg_at_blueedgetech.ca)
Date: 02/01/05
- Next message: Massimo: "Re: SQL Server over the Web, what are my options?"
- Previous message: Chris Geier: "RE: Hidden connection string"
- In reply to: DarrenJ: "SQL Server over the Web, what are my options?"
- Next in thread: Massimo: "Re: SQL Server over the Web, what are my options?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 1 Feb 2005 11:52:36 -0800
Darren,
I'd personally go with the firewall, and ONLY allow port 1433 over that
connection. SSL encryption is perfectly fine.
The problem occurs when/if your webserver is hacked (or vise-versa). The
attackers then have a secure link back to your SQL server. If your SQL
server is in a DMZ, then this isn't so bad. If it's in your network, then
it's bad.
Matt Gibson - GSEC
"DarrenJ" <darrenj@classinfo.com(work)> wrote in message
news:38D37232-3CF0-430C-A02A-3008B087EAE3@microsoft.com...
>
> SQL Server DB is at location A
> IIS Server with the website is at location B
>
> The website at location B needs to be able to run sql queries against the
> DB
> at location A over the internet.
>
> The options I am considering are:
>
> 1) VPN between A and B. What are the pros and cons?
>
> 2) On the firewall at B, forwarding traffic from A to SQL server. Would
> use
> SSL encryption for the DB connection but still not sure this is secure
> enough.
>
> Do those sound like valid secure options?
> Are there other options I should be considering.
>
> Thanks
>
> --
> Darren Jensen
- Next message: Massimo: "Re: SQL Server over the Web, what are my options?"
- Previous message: Chris Geier: "RE: Hidden connection string"
- In reply to: DarrenJ: "SQL Server over the Web, what are my options?"
- Next in thread: Massimo: "Re: SQL Server over the Web, what are my options?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|