Earlier quoted context omitted.
When I can use Let's Encrypt to get a certificate in production without running anything on my production web server, I'll consider it. Right now, StartSSL validates my domain via email and I only have to touch it once a year, not once every 3 months like Let's Encrypt.
I'm afraid you'll have to go through renewal every 3 months, but I'll still make a shameless plug of my client [1]. It uses DNS validation exclusively so you can generate certificates wherever you want. In addition, domain authorizations last for 10 months, so you don't have to go through the DNS verification each time: just renewing is sufficient. Run the issue command, drop new certs into configuration management,…
Why I stopped using StartSSL (Hint: it involves a Chinese company)
171–180 of 187 posts
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#172Earlier quoted context omitted.
Well, if you are some kind of openssl master, acme-tiny is flawless. In practice, for most people, reserve a few hours for your first deployment. After you got a script that calls openssl right, it's fast to adapt for other domains, but the first time is hard.
Why do you have to be a master? Just copy-paste the commands given in the README of the repo, replacing the domain for your own.
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#173There's really not much reason to use StartSSL now that Let's Encrypt, AWS Certificate Manager and others offer free certs with vastly better support, tooling and interfaces.
StartSSL has some of the worst support I've ever encountered. Normally bad support means clueless or non-responsive. However StartSSL support is often actively hostile, treating customers as idiots or worse. I should point out that this isn't always the case, and I have used them in the past without trouble, but the times when it is bad are bad enough to write them off. Their site also looks like it was made in 1998,…
Maybe that's because 90 % of them actually are?
Oh, and they allow you to authenticate for their web interface using client certificates instead of form abominations? Sweet.
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#174The author doesn't explain at all why he thinks that not using StartSSL solves any problem. This indicates a major and common misunderstanding of how certificates and PKI work. Essentially it doesn't matter which Certificate Authority you use for security reasons - because any CA can attack you, whether you're their customer or not. This can only be mitigated by using key pinning (hpkp), but then - at least if you pi…
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#175Earlier quoted context omitted.
StartSSL has some of the worst support I've ever encountered. Normally bad support means clueless or non-responsive. However StartSSL support is often actively hostile, treating customers as idiots or worse. I should point out that this isn't always the case, and I have used them in the past without trouble, but the times when it is bad are bad enough to write them off. Their site also looks like it was made in 1998,…
I had a terrible experience with their support too. I'll never use them again. The guy kept throwing out extremely passive-aggressive lines while using smilies while I was nothing but polite. Things like: - "I understand your problem, maybe you should be more careful next time. ;)" - "Next time read the fine print! :)" This was all because I needed to get a certificate revoked. Due to their terrible and unclear inter…
Found your problem: you should never have someone generate a private key for you.
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#176Earlier quoted context omitted.
There are people who use StartSSL for paid certificates? I though the free certs were the only reason people put up with their craptacular website.
It used to be a pretty sweet deal, for $60 you could get unlimited multi-domain multi-wildcard certs. Most other CAs charged more than that for a single wildcard cert, and noone else seems to even offer multiple wildcard domains in a single cert. Which was quite sensible, actually. Charge for the actual costly process of manually verifying ID, and then allow for unlimited free domain-validations to be issued to the c…
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#177Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#178Earlier quoted context omitted.
There are people who use StartSSL for paid certificates? I though the free certs were the only reason people put up with their craptacular website.
It used to be a pretty sweet deal, for $60 you could get unlimited multi-domain multi-wildcard certs. Most other CAs charged more than that for a single wildcard cert, and noone else seems to even offer multiple wildcard domains in a single cert. Which was quite sensible, actually. Charge for the actual costly process of manually verifying ID, and then allow for unlimited free domain-validations to be issued to the c…
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#179Earlier quoted context omitted.
I had a terrible experience with their support too. I'll never use them again. The guy kept throwing out extremely passive-aggressive lines while using smilies while I was nothing but polite. Things like: - "I understand your problem, maybe you should be more careful next time. ;)" - "Next time read the fine print! :)" This was all because I needed to get a certificate revoked. Due to their terrible and unclear inter…
> lose a private key that they generated for me Found your problem: you should never have someone generate a private key for you.
It's one of StartSSL's flaws too. They are an enabler of doing stupid things.
Re: Why I stopped using StartSSL (Hint: it involves a Chinese company)
#180Pathetic let'sencrypt promotion. Now I'm gonna give you a few reasons not to use let's encrypt: it forces you to keep a piece of software that can generate keys in your server. It forces you to reload your web server config every two months, unattended (they won't issue certs valid for more than 90 days). The alernative would be to do the process manually every two months(wtf?). Also, its certificates are not trusted…
Windows XP is not even supported by Microsoft itself anymore, you have much bigger problems than SSL Support on it.