Skip to content

Commit

Permalink
Enable downgrade-to-ssl3 test again
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Mar 19, 2016
1 parent 5c40101 commit 51956a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/keybar/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,11 @@ def test_to_server_without_tls_10(self, allow_offline):
response = session.get('https://tls1test.salesforce.com/s/')
assert response.status_code == 200

@pytest.mark.skip(reason='intermediate failure')
def test_under_downgrade_attack_to_ssl_3(self, allow_offline):
"""
Verify that the connection is rejected if the remote server (or man
in the middle) claims that SSLv3 is the best supported protocol.
"""
# TODO: Investigate why this fails :-/
url = 'https://ssl3.zmap.io/sslv3test.js'
assert verify_rejected_ssl(url)

Expand Down

0 comments on commit 51956a7

Please sign in to comment.