Skip to content

Commit

Permalink
Merge pull request #21 from cyberark/fix-ssl-tests
Browse files Browse the repository at this point in the history
Fix failing tests due to chromium/badssl.com#501
  • Loading branch information
szh authored May 23, 2022
2 parents 7dd1819 + bc021b0 commit 6a5f738
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Python cache files
*.pyc
__pycache__

# Test artifacts
.coverage
coverage.xml
ci/test/output/
.env
*.crt
*.key
7 changes: 4 additions & 3 deletions tests/https/test_unit_http_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
"https://rsa4096.badssl.com",
"https://rsa8192.badssl.com",
"https://sha256.badssl.com",
"https://sha384.badssl.com",
"https://sha512.badssl.com",
# "https://tls-v1-2.badssl.com",
# These are temporarily broken, see https://github.com/chromium/badssl.com/issues/501
# "https://sha384.badssl.com",
# "https://sha512.badssl.com",
"https://tls-v1-2.badssl.com",
"https://cbc.badssl.com"
]

Expand Down

0 comments on commit 6a5f738

Please sign in to comment.