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

Support HTTPS/SSL for POST-requests #14

Open
kfriedberger opened this issue Sep 13, 2018 · 0 comments
Open

Support HTTPS/SSL for POST-requests #14

kfriedberger opened this issue Sep 13, 2018 · 0 comments

Comments

@kfriedberger
Copy link

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant