If you are creating a Windows binary and expect a user to download it, you should be signing the binary. Period. It's not just IE that considers unsigned downloads suspect, many antivirus programs do as well. If you are proud of your work, sign it.
You forgot one step: "If you are proud of your work, then buy a certificate and sign your work"
How not using Internet Explorer put me out of touch and cost me dearly
61–70 of 141 posts
Re: How not using Internet Explorer put me out of touch and cost me dearly
#62Earlier quoted context omitted.
Anyone have opinions on good SSL certificate providers or do you agree with the authors recommendation of http://startssl.com ?
They do what they say they do at a decent price. However, their web interface sucks . Absolutely and completely sucks.
That said, their customer service has been very good and very prompt.
Re: How not using Internet Explorer put me out of touch and cost me dearly
#63If you are creating a Windows binary and expect a user to download it, you should be signing the binary. Period. It's not just IE that considers unsigned downloads suspect, many antivirus programs do as well. If you are proud of your work, sign it.
True. Part of the problem was simply not knowing that signing was a thing that needed to be done. It's obvious in hindsight, but since I hadn't released many Windows applications in the past, I didn't realize what I didn't know.
Re: How not using Internet Explorer put me out of touch and cost me dearly
#64Earlier quoted context omitted.
They do what they say they do at a decent price. However, their web interface sucks . Absolutely and completely sucks.
This is one of those times I miss the upvote counter on HN. I think it's important for the makers of StartSSL to see just how many people agree with you that their interface completely sucks. Without the counter, it just seems like one person's opinion while I bet many people agree.
Re: How not using Internet Explorer put me out of touch and cost me dearly
#65Thanks for sharing the numbers. Great to see the process by which you worked out how much it was costing you. Good wakeup call really. Shame it took you so long to cotton on.
Re: How not using Internet Explorer put me out of touch and cost me dearly
#66Earlier quoted context omitted.
>If MS was serious about this only being for security they could issue the certificates for free and prove me wrong. Make it too easy, and the scamware software will just get a free cert and sign apps. It takes some amount of effort, possibly by a human, to approve you to receive a cert. Even the "free" certs I've applied for have taken time and human interaction on the side of the registrar, and I'm certain those ce…
I'm unfamiliar with many of these certificates, but is there any reason such 'scamware' woudln't be able to get one even though it costs money? Because, if they still can, they the whole certification business definitely seems like a big scam to me.
Re: How not using Internet Explorer put me out of touch and cost me dearly
#67Earlier quoted context omitted.
Apple gives out free developer id certificates. There's no reason Microsoft couldn't do the same.
Where does Apple give out free developer id certificates? Last I saw I had to purchase the $99 developer program ... https://developer.apple.com/resources/developer-id/
Re: How not using Internet Explorer put me out of touch and cost me dearly
#68In general, not using the platform your users use is a path to trouble. For example, because so many designers in the valley use Macs, we continually have to fight an OS X bias in our design process; when designing something, you tend to calibrate it against what you're used to, but when OS X is only 5% of the market, OS X-based designers of client software end up with a massive blind spot when it comes to understand…
5% of 'the market' does not translate to 5% of users on your site. Depending on the site's demographic, as a developer, I see approx 15% Mac users making up traffic. Not to mention an ADDITIONAL 25% iPhone users. That's an average of 40% of apple traffic on the sites I work on. Some of which are getting 30k - 60k hits a month. Obviously this isnt the same stats across the board on all websites... but It is by no mean…
Re: How not using Internet Explorer put me out of touch and cost me dearly
#69Earlier quoted context omitted.
>it still smells of Raketeering to me. Congratulations - you have been enlightened to the state of PKI as it stands today. (I.e. a complete fucking scam).
I'm afraid I haven't been enlightened. How else can the PKI be structured while providing the same amount of security? Is public/private key cryptography itself fundamentally flawed? What's the alternative?
And that identity assurance is where most of the scam comes in. Encrypting communication securely is dead simple (from an implementation standpoint - pick a cipher and go), making sure server X actually represents who they say they do, that's a whole different can of worms.
Re: How not using Internet Explorer put me out of touch and cost me dearly
#70Earlier quoted context omitted.
>it still smells of Raketeering to me. Congratulations - you have been enlightened to the state of PKI as it stands today. (I.e. a complete fucking scam).
I'm afraid I haven't been enlightened. How else can the PKI be structured while providing the same amount of security? Is public/private key cryptography itself fundamentally flawed? What's the alternative?
Convergence http://convergence.io/ (notary)
Perspectives http://perspectives-project.org/ (notary)
CertPatrol http://patrol.psyced.org/ (cert checking)
TACK http://tack.io/ (only one cert per organizational group would need signing or notarizing)