secure socket layer

B

bill

I have to use a SQL Server database behind a firewall. The firewall has SSL
enabled.

How can I connect to this SQL Server database?
 
A

aaron.kempf

uh you can start by redirecting 1433 to the port for SSL; i dont know
what it is..

good luck
 
A

Andrew Backer

What issues are you currently having? As long as the firewall allows
connections to the db server on 1433, then it should work. I assume you
have the firewall for a reason, so it might be a good idea to find
someone who knows how to configure it and allow connections to the db
server only from trusted IPs. Are you trying to connect to the server
itself via ssl/443, or are you trying to use sql server's encrypted
connection?

- Andrew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top