21
votes
14answers
1k views
Cheapest SSL certificates
I'm looking for cheap SSL certs for running a personal website over https without triggering Firefox's "you may be facing a man-in-the-middle-attack" response that self signed cert …
18
votes
12answers
3k views
Where do you include the jQuery library from? Google JSAPI?
There are a few ways to include jQuery and jQuery UI and I'm wondering what people are using?
Google JSAPI
jQuery's site
your on site/server
another CDN
I have recently been us …
14
votes
9answers
1k views
Is a https query string secure?
I am creating a secure web based API that uses HTTPS however if I allow the users to configure it (include sending password) using a query string will this also be secure or should …
10
votes
10answers
1k views
Who sells the cheapest EV SSL certificate?
I want a SSL certificate for my web site that will not only be accepted without warning by all popular browsers (at least accepted by Firefox and Internet Explorer), but also give …
10
votes
9answers
673 views
Where should you enable SSL?
My last couple of projects have involved websites that sell a product/service and require a 'checkout' process in which users put in their credit card information and such. Obvious …
9
votes
5answers
1k views
SSL pages under ASP.NET MVC
How do I go about using HTTPS for some of the pages in my ASP.NET MVC based site?
Steve Sanderson has a pretty good tutorial on how to do this in a DRY way on Preview 4 at:
http: …
8
votes
9answers
344 views
Understanding the risk of non SSL login forms
As a user of web applications, I tend to only sign up for services that use SSL secured login forms. As a developer, I know the risk is that non SSL forms are transmitted in plain …
8
votes
4answers
2k views
How much overhead does SSL impose?
I know there's no single hard-and-fast answer, but is there a generic order-of-magnitude estimate approximation for the encryption overhead of SSL versus unencrypted socket communi …
8
votes
12answers
1k views
Self-signed SSL Cert or CA?
I would like to have the authentication and registration parts of my website encrypted (for obvious reason). This site is currently and older site which some friends and I started …
8
votes
6answers
1k views
How do I add SSL to a .net application that uses httplistener - it will *not* be running on IIS
Most recent edits in bold
I am using the .net HttpListener class, but I'm won't be running on IIS and am not using ASP.net. This web site describes what code to actual use to imp …
7
votes
4answers
132 views
ASP.NET MVC RequireHttps in Production Only
I want to use the RequireHttpsAttribute to prevent unsecured HTTP requests from being sent to an action method.
C#
[RequireHttps] //apply to all actions in controller
public clas …
7
votes
9answers
496 views
How secure is SSL?
I am just wondering, how secure is SSL? As in, how much will it take to crack a password sent though SSL?
7
votes
7answers
185 views
Going Without SSL Certificates?
I'm working on a small website for a local church. The site needs to allow administrators to edit content and post new events/updates. The only "secure" information managed by th …
7
votes
3answers
1k views
AJAX, Subdomains, and SSL
I have a site, foo.com, that makes ajax requests to bar.foo.com. Will this work.
Also, if foo is a secure connection, https, does bar.foo.com need to be https too? Can these two s …
7
votes
10answers
981 views
How secure is sending sensitive data over https?
I would like to ask you about your opinion guys.
Is SSL secure enough for using sensitive data (like password) in query string?
Is there any extra options to implement?
thanks for …
