From a77ff40ad21c8fe261f78bfe91de954d204440fb Mon Sep 17 00:00:00 2001 From: Marc Nause Date: Sat, 3 Apr 2021 22:29:01 +0200 Subject: [PATCH] Added troubelshooting --- content/codeberg-pages/troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/codeberg-pages/troubleshooting.md diff --git a/content/codeberg-pages/troubleshooting.md b/content/codeberg-pages/troubleshooting.md new file mode 100644 index 0000000..303bfc2 --- /dev/null +++ b/content/codeberg-pages/troubleshooting.md @@ -0,0 +1,10 @@ +--- +eleventyNavigation: + key: CodebergPagesTroubleshooting + title: Troubleshooting + parent: CodebergPages + order: 99 +--- + +## My web browser displays a security warning when I try to access my Codeberg Pages. +If your user name contains a dot (e.g. `user.name`) your Codeberg Pages URL (https://user.name.codeberg.page) contains a sub-sub-domain which does not work with Let's Encrypt wildcard certificates. Use the alternative URL https://pages.codeberg.org/user.name/ as a workaround.