-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL: CERTIFICATE_VERIFY_FAILED #52
Comments
We have the same issue on our dev instances which don't have proper SSL certificats (but behind a VPN) |
@lecorguille I do not understand what your 'trick' is. Can you explain exactly what you did? (OK en francais si c'est plus facile, I'm happy to translate your answer). |
This trick is to not use a socket but an url for thé communication between uwsgi and nginx. Than use the galaxu url directely instead of the nginx one. |
Thanks @lecorguille but I am not a UNIX sysadmin, I am just running galaxy locally out of the box in dev mode. Please can you give more precise instructions? What file(s) do I need to change and what lines should be edited with what command?
|
@bifxcore If you're running a local dev instance, in general, there should be no SSL issue since local dev mode is http by default, not https. Can you provide more details? |
Toolshed is on https, so when you are trying to communicate with it and are unable to verify SSL you'll get this. |
@martenson Is this a custom toolshed? The main toolshed has a valid certificate right? |
iiuc this is not an issue on the server side, this is local system not being able to verify it |
I know this an old issue but thought I'd give an answer. On the client side if you are using a python virtualenv then your probably using the cert located in your venv under lib/python3.6/site-packages/certifi/cacert.pem or whatever your python version is. Otherwise you are probably using the cert in /etc/ssl/certs/ca-certificates.crt.
Code might help to identify which cert you are using. |
When using a Galaxy instance that is not secure, is it possible to ignore SSL certificate verification?
e.g. with bioblend the following parameters can be set
Otherwise I get the following error when trying to install
The text was updated successfully, but these errors were encountered: