Skip to content

Instantly share code, notes, and snippets.

@phedoreanu
Last active January 30, 2016 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phedoreanu/d5035fe3f36a73354c51 to your computer and use it in GitHub Desktop.
Save phedoreanu/d5035fe3f36a73354c51 to your computer and use it in GitHub Desktop.
https GET request fails with SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:590)
#!/bin/bash
env ARCHFLAGS="-arch x86_64" LDFLAGS="-L/usr/local/opt/openssl/lib" CFLAGS="-I/usr/local/opt/openssl/include" pip install requests[security] urllib3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment