Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 169017b

Browse files
committed
Clients Known to be not working - lets encrypt certificates
1 parent ebacaeb commit 169017b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/expired-certificate.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ sudo certbot certonly --manual --preferred-chain "ISRG Root X1" --preferred-chal
5959
More info can be obtained [here](https://letsencrypt.org/certificates).
6060

6161
If you are using Galaxy, you need to follow the requirements and steps [here](https://galaxy-guide.meteor.com/encryption.html#Custom%20certificate) after generating the certificate. Galaxy only accepts custom certs in .pem format, the same as nginx uses.
62+
63+
<h2 id="clients-not-working">Clients Known to be not working</h2>
64+
65+
Here is a succinct list of known to be not working clients:
66+
67+
- Mac OS X prior to 10.12.1. Any browser, except firefox that bundles root chains, won't work.
68+
- Node.JS HTTP requests prior to v10. This includes any Meteor version prior to 1.9(except).
69+
- Any client using OpenSSL 1.0.2 and before.
70+
71+
Please note that this is not an exhaustive list, but based on our reports and experience. This is not a Meteor or Galaxy issue, but it's a change in the Let's Encrypt certificate you are using.

0 commit comments

Comments
 (0)