You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user has chosen to not verify the x509 certificate with "nexus_verify": false, we should silence the warning below.
AttributeError: 'module' object has no attribute 'X509_up_ref'
/home/611036184/.local/lib/python2.7/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning)
The text was updated successfully, but these errors were encountered:
Hi, @nikolaev14 - can I please see your ~/.nexus-cli file (minus any credentials/secrets)? Did you install the client from a branch or from a pypi release?
This only happens if the nexus_url attribute contains a https URL, which is a bit of a pain to set up.
When the user has chosen to not verify the x509 certificate with
"nexus_verify": false
, we should silence the warning below.The text was updated successfully, but these errors were encountered: