/java_disable_tls

How to disable TLSv1 and insecure ciphers in Java and node, and verify that they're disabled

Primary LanguageShell

TLS Tools

This repo contains tools to test sites and clients for TLS support, and shows how to disable TLSv1 for some servers.

  • A script to test a single website for it's TLS support.
  • A script to test a series of sites for TLS support, using a CSV file, and output the differences to stdout, and another csv file.
  • Shows how to disable TLSv1 for java applications and servers
  • Shows how to disable TLSv1 for node applications and servers