snowplow/snowplow-python-tracker

Stop defaulting to HTTP instead of HTTPS

medicinal-matt opened this issue · 1 comments

Describe the bug
Unlike the other trackers, Python defaults to HTTP. This is confusing as you can use Python to quickly test the collector that also silently accepts HTTP, but will fail HTTPS unless you do more configuration. See this thread and this thread

Here it is in the code

Thanks @medicinal-matt for the heads up on this!
We are planning to standardise the features between the various trackers. The default configuration is certainly a point where we intend to work.
I'm closing this issue and I prioritise the original one.