Tagged Questions

0
votes
1answer
102 views

Testing SSL with multiple SSL-Enabled Websites in IIS

I developed a ASP.NET application that needs to run in multiple instances on my machine (IIS7). I need to set up SSL for each instance, but I lose the option to do binding to a specific host name …
2
votes
4answers
104 views

If a site is secured via SSL, can a network sniffer still read the URLs being requested?

Can URLs be sniffed even though a client communicates with a server over SSL? I'm asking because I'm doing remote login & redirect to a physically different server via URL, and wondered if …
0
votes
1answer
85 views

How can I set the Secure flag on an ASP.NET Session Cookie?

How can I set the Secure flag on an ASP.NET Session Cookie, so that it will only be transmitted over HTTPS and never over plain HTTP?
1
vote
3answers
1k views

[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error.

Our ASP/IIS web server talks to a SQL 2005 db server. Eventually, without a pattern, some pages start showing error instead of the page content: [DBNETLIB][ConnectionOpen …