Skip to content

KimHwon/TLS-Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLS Tester

This repository created for practical training on TLS security. Available as a Docker-compose.

Quick Start

  1. Clone this repository.
  2. Build containers with docker-compose.
  3. Attach bash to "https" container and finish setting up SSL.
    docker exec -it https /bin/bash
    
    # Inside of "https" container
    /ssl_config.sh
    
    # Answer a few questions about the certificate and complete the process.
    # After answering the questions, the container will be automatically exit.
    
    # Outside of "https" container
    docker start https

Connect to HTTP & HTTPS server

The protocol selects which server to connect to.

About

This repository created for practical training on TLS security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors