From 5a687839f483c3b17bd9ee0acc11637f9f8a6522 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:13:26 +0200 Subject: Spelling fix --- docs/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit