Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

Prerequisites

1. Install OpenSSL:

  1. Ensure OpenSSL is installed on your system. Most Linux distributions include it by default:

    Code Block
    openssl version

2. Install testssl.sh:

  1. Clone the repository from GitHub

    Code Block
    git clone --depth 1 https://github.com/drwetter/testssl.sh.git
    cd testssl.sh
    chmod +x testssl.sh
  2. HAProxy Configuration (if applicable):

    • Confirm HAProxy is running with SSL/TLS enabled.

    • Verify the SSL port (default: 443) is exposed for testing.

...