]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/cgi_redirecting_to_non-https_URL.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / bugs / cgi_redirecting_to_non-https_URL.mdwn
index 5f7570dac80997c3dd27723830ba2e203e358892..abdc676a0360d194fdf6d90f1d056b86e8d6910e 100644 (file)
@@ -29,4 +29,5 @@ The CGI is served by lighttpd, but the whole site is front-ended by nginx, which
 
 I think this might be to do with nginx not rewriting POST URLs when reverse-proxying, but I'm not sure why
 they would be generated in an HTTP form in any case, except perhaps by lighttpd's CGI handler since the back
-end is HTTP. -- [[Users/Jon]]
+end is HTTP. A workaround is for nginx to redirect any HTTP URI to the HTTPS equivalent. I initially disabled
+that so as to have the path for letsencrypt negotiation not redirected.-- [[Users/Jon]]