Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Support HTTPS/SSL for POST-requests #14

Description

@kfriedberger

It would be nice to support HTTPS/SSL for POST-requests automatically.
This feature can easily be added

  • with an option ("--ssl") or
  • auto-detection (e.g., when using port 443) or
  • by allowing a prefix ("https://") for the hostname.

For my use-case , I simply changed the HTTPConnection into a HTTPSConnection, in the following line:

conn = httplib.HTTPConnection(options.host)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions