https-check 1.0.2

dotnet tool install --global https-check --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local https-check --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=https-check&version=1.0.2
nuke :add-package https-check --version 1.0.2

Https-Check

NuGet Version NuGet Downloads GitHub

Https-Check is a simple ssl/tls transmission security protocol testing tool, which is used to check the security protocol version supported by https websites.

  • Supported .NET Core >= 3.1

Installation

You can install it globally via the dotnet command.

Install tool

dotnet tool install --global https-check

Uninstall tool

dotnet tool uninstall --global https-check

Usage

You can use it by opening a cmd window and using the following command.

https-check https://www.bing.com

Output:

 _   _ _   _                ____ _               _
| | | | |_| |_ _ __  ___   / ___| |__   ___  ___| | __
| |_| | __| __| '_ \/ __| | |   | '_ \ / _ \/ __| |/ /
|  _  | |_| |_| |_) \__ \ | |___| | | |  __/ (__|   <
|_| |_|\__|\__| .__/|___/  \____|_| |_|\___|\___|_|\_\
              |_|

 -----------------------------------------------------------------------------------------------------
 | Name                        | Value                                                               |
 -----------------------------------------------------------------------------------------------------
 | URL                         | https://www.bing.com                                                |
 -----------------------------------------------------------------------------------------------------
 | Host                        | www.bing.com                                                        |
 -----------------------------------------------------------------------------------------------------
 | Port                        | 443                                                                 |
 -----------------------------------------------------------------------------------------------------
 | IP Address                  | 204.79.197.200                                                      |
 -----------------------------------------------------------------------------------------------------
 | Domain Name                 | www.bing.com                                                        |
 -----------------------------------------------------------------------------------------------------
 | Issuer                      | CN=Microsoft Azure TLS Issuing CA 05, O=Microsoft Corporation, C=US |
 -----------------------------------------------------------------------------------------------------
 | Certificate Start Date      | 2023/7/27 7:57:23                                                   |
 -----------------------------------------------------------------------------------------------------
 | Certificate Expiration Date | 2024/1/23 7:57:23                                                   |
 -----------------------------------------------------------------------------------------------------

 ------------------------------
 | Security Protocol | Result |
 ------------------------------
 | SystemDefault     | YES    |
 ------------------------------
 | Ssl3              | NO     |
 ------------------------------
 | Tls               | NO     |
 ------------------------------
 | Tls11             | NO     |
 ------------------------------
 | Tls12             | YES    |
 ------------------------------
 | Tls13             | NO     |
 ------------------------------
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.2 196 12/17/2023
1.0.1 285 10/23/2023
1.0.0 211 10/22/2023