You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ssl-peeker

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-peeker

Get info about a server's SSL/TLS certificates and capabilities

1.2.0
latest
Source
npmnpm
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

ssl-peeker

Checks a host for SSL info, like who the certificate was issued to, who it was issued by, when it's valid, what protocols are enabled, and what ciphers are available.

Installation

npm install -g ssl-peeker

Usage

ssl-peeker <host> [port]

host is required. This is either the hostname or IP address whose SSL info you want to peek at.

port is optional. By default, HTTP/S runs on port 443, but in case that's not true for you, you can specify the port as well.

Keywords

certificate

FAQs

Package last updated on 01 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts