diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-29 15:13:26 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-04-29 15:13:26 +0200 |
commit | 5a687839f483c3b17bd9ee0acc11637f9f8a6522 (patch) | |
tree | c51705bb305cacec3c6fa4339cac49571d8e0891 | |
parent | 952d7db9cd2e069f01d751da2d10e4c00b00d69e (diff) | |
download | moddevwiki-5a687839f483c3b17bd9ee0acc11637f9f8a6522.tar.gz moddevwiki-5a687839f483c3b17bd9ee0acc11637f9f8a6522.tar.bz2 moddevwiki-5a687839f483c3b17bd9ee0acc11637f9f8a6522.zip |
Spelling fix
-rw-r--r-- | docs/https.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/https.md b/docs/https.md index 007f344..3628795 100644 --- a/docs/https.md +++ b/docs/https.md @@ -210,7 +210,7 @@ Now how do we fix this? #### Avoiding the problem altogether -There are two easy (almost code less) fixes. Use an older certificate authority that has been around for a while, or use a more modern Java version. Note that a lot of those older CAs may charge a fee, and even when using an old provider, there is no guarantee that they will give you a certificate signed with one of their older root CAs. Maybe you also want to access a website you don't have access to (like GitHub or the hypixel api). Also getting all your users to change the default minecraft java installation is a challenge so obvious, I hope I don't have to explain to anyone. +There are two easy (almost code less) fixes. Use an older certificate authority that has been around for a while, or use a more modern Java version. Note that a lot of those older CAs may charge a fee, and even when using an old provider, there is no guarantee that they will give you a certificate signed with one of their older root CAs. Maybe you also want to access a website you don't have access to (like GitHub or the Hypixel API). Also getting all your users to change the default minecraft java installation is a challenge so obvious, I hope I don't have to explain to anyone. #### False hope |