Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.8 KB

http.md

File metadata and controls

69 lines (41 loc) · 1.8 KB

HTTP & Network

Regression Test - HTTP & Network

Add small description of what this test is.

What is being tested?

HTTP to HTTPS redirect

Checks if HTTP requests are redirected to HTTPS. A common misstake is to forget to force this redirect for root domain if www. subdomain is used.

TLS and SSL support

Checks for Secure encryption support

  • Checks for TLS 1.3 support
  • Checks for TLS 1.2 support

Checks for Insecure encryption support

  • Checks for TLS 1.1 support
  • Checks for TLS 1.0 support
  • Checks for SSL 3.0 support (Require host modification)
  • Checks for SSL 2.0 support (Require host modification)
  • Checks if certificate used match website domain

HTTP protocol support

IPv6 and IPv4 support

  • Checks for IPv4 support
  • Checks for IPv6 support

How are rating being calculated?

This section has not been written yet.

Read more

Links to other sources where you can test or read more

How to setup?

Prerequirements

  • Fork this repository

Setup with GitHub Actions

Read more on the general page for github actions.

Setup Locally

FAQ

No frequently asked questions yet :)