branch.io

SSLError: sslv3 alert handshake failure

SSLError: sslv3 alert handshake failure Question: I’m making the following call to branch.io import requests req = requests.get(‘https://bnc.lt/m/H3XKyKB3Tq’, verify=False) It works fine in my local machine but fails in the server. SSLError: [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Openssl versions: local: OpenSSL 0.9.8zg 14 July 2015 server: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Python: …

Total answers: 1