Tagged Questions
The ssl-security tag has no wiki summary.
3
votes
2answers
2k 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?
2
votes
4answers
306 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 ...
1
vote
1answer
337 views
Android: opending a keystore as an asset to make an SSLSocketFactory
I have a Bouncy Castle keystore, which I'd like to use to connect to an SSLSocketFactory.
Doing this in "desktop" Java is easy, but how do you do it on the android.
It doesn't seem to make much ...
0
votes
0answers
92 views
How can we create our own SSLSocketfactory for our own Keystore using javax.net.ssl.SSLSocketFactory package?
In the link How to create a BKS (BouncyCastle) format Java Keystore that contains a client certificate chain, I got to know how to create our own SSLSocketFactory for our own Keystore with Apache's ...
0
votes
1answer
1k 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 ...
0
votes
3answers
4k 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 ...