summaryrefslogtreecommitdiff
path: root/issues/genenetwork/python-requests-error-in-container.gmi
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-05 10:02:23 -0600
committerFrederick Muriuki Muriithi2024-11-05 10:02:23 -0600
commit06eb55401c8fca25aa25e58dcd02aa4d181f2c8e (patch)
tree1e5839aa57cf26b7dfb595e0cf59f008635b702b /issues/genenetwork/python-requests-error-in-container.gmi
parent1f79b32a93910f586f697a477dd812fc9597f27e (diff)
downloadgn-gemtext-06eb55401c8fca25aa25e58dcd02aa4d181f2c8e.tar.gz
Close issue as completed.
Diffstat (limited to 'issues/genenetwork/python-requests-error-in-container.gmi')
-rw-r--r--issues/genenetwork/python-requests-error-in-container.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/issues/genenetwork/python-requests-error-in-container.gmi b/issues/genenetwork/python-requests-error-in-container.gmi
index d691660..a5b2a4a 100644
--- a/issues/genenetwork/python-requests-error-in-container.gmi
+++ b/issues/genenetwork/python-requests-error-in-container.gmi
@@ -166,3 +166,9 @@ Adding nss-certs and setting the `REQUESTS_CA_BUNDLE` fixes things. We'll need t
### Fixes
+=> https://git.genenetwork.org/guix-bioinformatics/commit/?id=fec68c4ca87eeca4eb9e69e71fc27e0eae4dd728
+=> https://git.genenetwork.org/guix-bioinformatics/commit/?id=c3bb784c8c70857904ef97ecd7d36ec98772413d
+The two commits above add nss-certs package to all the flask apps, which make use of the python-requests library, which requires a valid CA certificates bundle in each application's environment.
+
+=> https://git.genenetwork.org/gn-machines/commit/?h=production-container&id=04506c4496e5ca8b3bc38e28ed70945a145fb036
+The commit above defines the "REQUESTS_CA_BUNDLE" environment variable for all the flask applications that make use of python's requests library.