Hi,
So I’ve tried curl again (still works), and I’ve tried the application again. The application still doesn’t work - I have no idea why. Even when I just try to get Management API access token, I still get a ‘connection refused’ error.
Interestingly, when I’ve tried using the urllib.request module instead of the http.client module, like you suggested, it did work. I’ve just tested it a second time and it still does work. But I’m still not sure why it doesn’t work the way it’s written in the Auth0 guides. I’ve even tried to just copy the code snippets as they are to separate Python scripts - no app or anything - and it still doesn’t work, which makes me think something may have changed in the HTTP client module. Or maybe there’s something missing?
Thanks!