How to Proxy Segment Tracking Through Charles

Recently I was working on a project using Segment tracking via their super helpful analytics library for Python, but was having trouble testing locally since all the tracking requests are sent encrypted via SSL. I wanted to view the contents of these requests via Charles Proxy, and to top it off I was running all this through Docker.  Turns out it’s a bit of a challenge!  Here’s how I configured things to do it.
Continue reading “How to Proxy Segment Tracking Through Charles”