Authentication to server with SSL through firewall
From: Eliyahu Goldin (removemeegoldin_at_monarchmed.com)
Date: 12/04/03
- Next message: Gary Whitley [MSFT]: "RE: Compromise?"
- Previous message: Tibor Karaszi: "Re: Changing default listening port"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Authentication to server with SSL through firewall"
- Reply: Kevin McDonnell [MSFT]: "RE: Authentication to server with SSL through firewall"
- Reply: Fred Chateau: "Re: Authentication to server with SSL through firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 4 Dec 2003 16:15:53 +0200
I am building a configuration with an ASP.NET application running on a Web
server and accessing remote SQL servers 2000 via Internet. Every SQL server
is located behind its firewall. Every SQL Server will have SSL certificate
installed. SSL encryption can't be forced on the server side since there are
local intranet applications accessing the same database.
As far as I understand, there are following authentication options:
1. Windows authentication. For this to work through a firewall, the firewall
must open port 445 which is not good for the SQL server security.
2. SQL authentication with encryption requested in connection string. User
name and password are sent in connection string as plain text which is not
good.
3. SQL authentication with forced encryption on the client side. This should
be very good from security point of view since the user name and password
should be sent already encrypted, but the drawback is that no connection can
be made to a SQL server with no SSL. If I anticipate all connection to be
only encrypted, this option should be the one to follow.
Does this logic make any sense?
TIA,
Eliyahu
- Next message: Gary Whitley [MSFT]: "RE: Compromise?"
- Previous message: Tibor Karaszi: "Re: Changing default listening port"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Authentication to server with SSL through firewall"
- Reply: Kevin McDonnell [MSFT]: "RE: Authentication to server with SSL through firewall"
- Reply: Fred Chateau: "Re: Authentication to server with SSL through firewall"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|