fastly / fastly-py

A Fastly API client for Python
https://pypi.org/project/fastly/
MIT License
77 stars 60 forks source link

Remove non-secure (http-only) access to API #53

Closed psbanka closed 1 year ago

psbanka commented 4 years ago

Fastly APIs must be used with ssl. Having the environment variable FASTLY_SECURE which toggles between http and https is not useful and is actively confusing because any communication to fastly's APIs via http will simply not work. Let's remove this feature.

Integralist commented 1 year ago

Closing this issue now we've published v1.0.0 https://pypi.org/project/fastly/