Add small description of what this test is.
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.
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
- Checks for HTTP/1.1 support
- Checks for HTTP/2 support
- Checks for HTTP/3 support ( Tested using https://http3check.net/ )
- Checks for Quick support ( Tested using https://http3check.net/ )
- Checks for IPv4 support
- Checks for IPv6 support
This section has not been written yet.
Links to other sources where you can test or read more
- Fork this repository
Read more on the general page for github actions.
- Follow general local setup steps for this repository
- Checking for HTTP/3 and Quick support require access to and from https://http3check.net/ to the url you want to test.
No frequently asked questions yet :)