https-check 1.0.3

dotnet tool install --global https-check --version 1.0.3
                    
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.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=https-check&version=1.0.3
                    
nuke :add-package https-check --version 1.0.3
                    

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:

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

Version: 1.0.3+00d3e920c7c2778dbccd213af429453119f03dd3
 -------------------------------------------------------------------------------------------------------
 | Name                        | Value                                                                 |
 -------------------------------------------------------------------------------------------------------
 | URL                         | https://www.itsvse.com                                                |
 -------------------------------------------------------------------------------------------------------
 | Host                        | www.itsvse.com                                                        |
 -------------------------------------------------------------------------------------------------------
 | Port                        | 443                                                                   |
 -------------------------------------------------------------------------------------------------------
 | IP Address                  | 47.253.250.192                                                        |
 -------------------------------------------------------------------------------------------------------
 | Domain Name                 | itsvse.com                                                            |
 -------------------------------------------------------------------------------------------------------
 | Issuer                      | CN=SSL.com RSA SSL subCA, O=SSL Corporation, L=Houston, S=Texas, C=US |
 -------------------------------------------------------------------------------------------------------
 | Certificate Start Date      | 2026/6/10 21:15:07                                                    |
 -------------------------------------------------------------------------------------------------------
 | Certificate Expiration Date | 2026/12/25 21:15:07                                                   |
 -------------------------------------------------------------------------------------------------------

------------------------------
 | Security Protocol | Result |
 ------------------------------
 | Ssl2              | NO     |
 ------------------------------
 | Ssl3              | NO     |
 ------------------------------
 | Tls               | NO     |
 ------------------------------
 | Default           | NO     |
 ------------------------------
 | Tls11             | NO     |
 ------------------------------
 | Tls12             | YES    |
 ------------------------------
 | Tls13             | NO     |
 ------------------------------

 -------------------------
 | Http Version | Result |
 -------------------------
 | 1.0          | YES    |
 -------------------------
 | 1.1          | YES    |
 -------------------------
 | 2.0          | YES    |
 -------------------------
 | 3.0          | NO     |
 -------------------------
Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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.3 92 9/15/2026
1.0.2 516 12/17/2023
1.0.1 467 10/23/2023
1.0.0 375 10/22/2023