We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79ce27 commit 3fd57c8Copy full SHA for 3fd57c8
1 file changed
.travis.yml
@@ -2,3 +2,4 @@ dist: trusty
2
language: python
3
script:
4
- ./cipherscan google.com
5
+- [ "$(./cipherscan -j cloudflare.com | jq -r '.ciphersuite[0].protocols[0]')" == "TLS1.3" ] && echo successfully detected TLS1.3 on cloudflare.com
0 commit comments