SSL support
#9112
Replies: 2 comments 1 reply
-
Hello @lhg2, at present all the database provisioning python scripts are designed to be executed on the host machine directly. As such, the SSL protocol is not needed. There are initiatives in the community that will allow for non-root access study loading, but these are (afaik) preliminary and will take for time to be released. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My dockerized site is running behind HTTPS, so the metaImport is failing on SSL cert validation.
requests.exceptions.SSLError: HTTPSConnectionPool(host='cbioportal.pm.jh.edu', port=443): Max retries exceeded with url: /api/info (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))
Using localhost:8080 generates this error-
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /api/info (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa9e54d5cd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
I know I can bypass the API using the (-p) but is there any code updates to allow for a cert to be used when issuing the "-u https://cbioportal:443"
Beta Was this translation helpful? Give feedback.
All reactions