TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your experience with ZeroSSL?

3 pointsby grodriguez100about 1 year ago
Last month, Let&#x27;s Encrypt made some changes to their certificate chain in order to reduce traffic exchange during a TLS handshake and also their operating costs; the details are explained here [1].<p>As a result, any certificates issued (or renewed) after Feb 8th will not work on older Android devices (&lt; 7.1.1), unless the ACME client has been configure to request an alternate certificate chain. The &quot;alternate chain&quot; workaround will also stop working on June 6th.<p>I need to support these older Android devices so I am looking for alternatives. I have seen ZeroSSL mentioned a few times; it is also the default CA for acme.sh (the ACME client I am using nowadays) [2]. They have a number of paid plans but ACME certificates are free [3].<p>I&#x27;ll be testing this over the next few days, but I would also like to ask if people here have experience with ZeroSSL (good or bad :-). Any feedback would be helpful.<p>[1]: https:&#x2F;&#x2F;letsencrypt.org&#x2F;2023&#x2F;07&#x2F;10&#x2F;cross-sign-expiration.html<p>[2]: https:&#x2F;&#x2F;github.com&#x2F;acmesh-official&#x2F;acme.sh<p>[3]: https:&#x2F;&#x2F;zerossl.com&#x2F;documentation&#x2F;acme&#x2F;

3 comments

evrflxabout 1 year ago
I got weired errors including delivery of old, expired, certificates on renewal and api errors. I currently log into Google acme as alternative to LE to have a backup, the Android issue does not apply to my environment.
评论 #39764134 未加载
beardywabout 1 year ago
Ha, thank you so much. I was puzzled why an old junk Android I have, rejected the cert on GitHub Pages. I had factory reset it and wondered if an OTA might fix it. Now I won&#x27;t wait, I need to install the CA.
LinuxBenderabout 1 year ago
There was a point where acme.sh [1] changed their default from LetsEncrypt to ZeroSSL and that bit my automation because I only use wildcard certificates. ZeroSSL does not offer <i>free</i> wildcard certs [2] whereas LetsEncrypt does.<p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;acmesh-official&#x2F;acme.sh">https:&#x2F;&#x2F;github.com&#x2F;acmesh-official&#x2F;acme.sh</a><p>[2] - <a href="https:&#x2F;&#x2F;zerossl.com&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zerossl.com&#x2F;pricing&#x2F;</a>
评论 #39765892 未加载