diff options
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r-- | genenetwork-development.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 81012c9..9225eb3 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -656,7 +656,8 @@ described by CONFIG, a <genenetwork-configuration> object." (genenetwork2-cd-gexp config)) #:name "genenetwork2-pola-wrapper" #:preserved-environment-variables - (append (map first gn2-settings) + (append '("REQUESTS_CA_BUNDLE") + (map first gn2-settings) (map search-path-specification-variable (manifest-search-paths gn2-manifest))) ;; If we mapped only the mysqld.sock @@ -688,6 +689,8 @@ described by CONFIG, a <genenetwork-configuration> object." #:group "genenetwork" #:environment-variables (append + '("REQUESTS_CA_BUNDLE=" + #$(file-append gn2-profile "/etc/ssl/certs/ca-certificates.crt")) (map (match-lambda ((spec . value) (string-append (search-path-specification-variable spec) |