From 9334654b34edad3fe9d6dbc336a9cb0410182e4f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Nov 2023 08:08:05 +0300 Subject: Allow http transport for proxied app The application is behind a proxy and is running as http, therefore, to allow the redirects within the application and responses to work, we need to enable the http transport for the application. --- genenetwork-development.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'genenetwork-development.scm') diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 5d71787..62394f3 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -539,6 +539,7 @@ server described by CONFIG, a object." "AUTH_DB=\"" auth-db-path "\"\n")) (setenv "GN_AUTH_INSTANCE_PATH" "/etc/genenetwork/conf/gn-auth") (setenv "HOME" "/tmp") + (setenv "AUTHLIB_INSECURE_TRANSPORT" "true") ;; Run gn-auth. (with-directory-excursion "gn-auth" (show-head-commit) -- cgit v1.2.3