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
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: IP address mismatch, certificate is not valid for '127.0.0.1'. (_ssl.c:1045)
urllib3 gives this warning that provides a little more info:
.venv/lib/python3.7/site-packages/urllib3/connection.py:362: SubjectAltNameWarning:
Certificate for 127.0.0.1 has no `subjectAltName`, falling back to check for a
`commonName` for now. This feature is being removed by major browsers and
deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for
details.)
You may update the self-signed certificate.
The text was updated successfully, but these errors were encountered: