summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-06-24 09:17:51 +0300
committerFrederick Muriuki Muriithi2022-06-24 09:17:51 +0300
commit9069b6bd98bb0c71317d7ca47445cedf0989c1da (patch)
treed5d2368cfd9180b7eb306940645488043679a8c6
parent1a808e92655f2dc9af354a53923ab3c96844a1da (diff)
downloadgn-gemtext-9069b6bd98bb0c71317d7ca47445cedf0989c1da.tar.gz
Close issue.
-rw-r--r--issues/redirect-http-to-https.gmi12
1 files changed, 11 insertions, 1 deletions
diff --git a/issues/redirect-http-to-https.gmi b/issues/redirect-http-to-https.gmi
index 9526b23..eee5b4b 100644
--- a/issues/redirect-http-to-https.gmi
+++ b/issues/redirect-http-to-https.gmi
@@ -3,9 +3,19 @@
## Tags
* assigned: ??
* keywords: http, https
-* status: unclear
+* status: closed, completed
* priority: medium
All http://genenetwork.org URIs should redirect to https://genenetwork.org URIs. This should be done on the HTTP server (nginx) config. Currently, if the user enters the HTTP site on their browser, they stay on the HTTP site.
> Note the issue is that we get errors on an automatic redirect. Needs some work.
+
+## Update 2022-06-24
+
+It seems to me (fredm) that this has been dealt with, seeing as all the genenetwork links I'm aware of
+=> http://genenetwork.org
+=> http://issues.genenetwork.org
+=> http://ci.genenetwork.org
+all redirect to the https version
+
+I am closing this as completed