Skip to content

Memorable site for testing clients against bad SSL configs.

Notifications You must be signed in to change notification settings

AGWA-forks/badssl.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badssl.com

Visit badssl.com for a list of test subdomains, including:

Server Setup

Stock Ubuntu VM, DNS A records for badssl.com. and *.badssl.com. pointing to the VM.

Push the code into ~/badssl/ on the server:

make deploy

Set up nginx on the server:

sudo apt-get update
sudo apt-get install nginx

# Link repo into /var/www
sudo ln -s "${HOME}/badssl" /var/www/badssl

sudo ln -s /var/www/badssl/config/nginx.conf /etc/nginx/sites-available/badssl
sudo ln -s /etc/nginx/sites-available/badssl /etc/nginx/sites-enabled/badssl

# Make sure the actual keys are in /etc/keys/
sudo service nginx restart

Other Browser Security Test Sites

Use Cases

About

Memorable site for testing clients against bad SSL configs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.2%
  • Shell 13.4%
  • Makefile 1.5%
  • Other 0.9%