Ask HN: How bad is it to use a self-signed SSL certificate?
11–20 of 118 posts
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#12It's terrible, because Man-In-The-Middle attacks are trivial and automatable. namecheap.com sells PositiveSSL certs for $9/year -- that's pretty cheap and easy.
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#13otherwise https://www.gogetssl.com/ is probably as cheap as it gets.
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#14Earlier quoted context omitted.
You might be able to use StartSSL's free one: https://www.startssl.com/
Just keep in mind that Class 1 (free) certificates are for non-commercial sites only.
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#15It's terrible, because Man-In-The-Middle attacks are trivial and automatable. namecheap.com sells PositiveSSL certs for $9/year -- that's pretty cheap and easy.
I agree with your answer, but I don't recall ever seeing a post mortem write-up of such an attack. Are people who have seen them in the wild all bound my NDAs or something?
So, if you know how MITM operates, tell me: How would the server operator ever know?
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#16It's terrible, because Man-In-The-Middle attacks are trivial and automatable. namecheap.com sells PositiveSSL certs for $9/year -- that's pretty cheap and easy.
I agree with your answer, but I don't recall ever seeing a post mortem write-up of such an attack. Are people who have seen them in the wild all bound my NDAs or something?
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#17All adding HTTPS support will do is make it marginally harder for someone to spoof your site.
And why is NSA surveillance a concern? Your site is wide open for anyone to see, with or without HTTPS.
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#18It's terrible, because Man-In-The-Middle attacks are trivial and automatable. namecheap.com sells PositiveSSL certs for $9/year -- that's pretty cheap and easy.
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#19I don't know why you're bothering with SSL at all. Your use case is that your site is informational, it's intended to be open to anyone, there is no personal/customer information on it, and there's no authentication (everyone is anonymous). All adding HTTPS support will do is make it marginally harder for someone to spoof your site. And why is NSA surveillance a concern? Your site is wide open for anyone to see, with…
Re: Ask HN: How bad is it to use a self-signed SSL certificate?
#20But actually achieving the pre-distribution step is pretty hard, and basically impossible over the internet. You can achieve it pretty well in a business setting, where you can push your certificates to all the clients through AD, MDM, or similar.
Sidenote: You should also take this opportunity to appreciate how dismally mis-designed web transport security is:
* Cleartext, unauthenticated: just works, no warnings.
* Encrypted, unauthenticated: THE SKY IS FALLING.
* Encrypted, authenticated: little padlock.