diff options
author | Pjotr Prins | 2023-07-04 01:23:00 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-07-04 01:23:10 -0500 |
commit | 1ffd55c72d7f676c15ffe7b25ef4800152e29173 (patch) | |
tree | 683dd43d63beb4905f2cd720d478e900b101c9bb | |
parent | a34b3b99ed4bef60302b36b386271ad99facbbec (diff) | |
download | gn-gemtext-1ffd55c72d7f676c15ffe7b25ef4800152e29173.tar.gz |
letsencrypt
-rw-r--r-- | issues/systems/letsencrypt.gmi | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/issues/systems/letsencrypt.gmi b/issues/systems/letsencrypt.gmi index 206ac70..ef32ab3 100644 --- a/issues/systems/letsencrypt.gmi +++ b/issues/systems/letsencrypt.gmi @@ -5,17 +5,35 @@ * assigned: pjotr * type: bug * priority: critical -* status: completed, done, closed +* status: open ## Tasks +* [ ] gn2-zach +* [ ] production * [X] letsencrypt is failing on P2 and Tux01 (expiry Nov12) - letsencrypt was down * [X] ucscbrowser needs a certificate (now forwards http -> https) ## Notes -Setup +### Reopen + +I reopened the task to migrate production to https fully. Started with gn2-zach's testing +instance and redirected http -> https with letsencrypt. Errors show in browser console that +the menu loader is hard coded, for example. + +``` +Blocked loading mixed active content “http://gn2-zach.genenetwork.org/api4//menu/generate/json” +``` + +That needs to be updated in settings. + +See also + +=> ../redirect-http-to-https.gmi + +### Setup ``` certbot --nginx -d host.genenetwork.org |