Skip to content

SSL/TLS Configuration Scanner (Scanning) #1

@Ankurdeewan

Description

@Ankurdeewan

Overview
Create a Python script that checks the SSL/TLS configuration of a given host and port. This will provide quick insights into certificate and protocol security.

Requirements

  • Accept --host and --port as arguments.

  • Print details like certificate issuer, expiry date, and supported protocols.

  • Script must run standalone and via the central CLI.

Notes

  • Use Python’s built-in ssl and socket modules.

  • Handle errors gracefully (e.g., invalid host, closed port).

  • Keep output simple and structured.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions