Open softwaredoug opened 8 years ago
Workaround (for any book readers that encounter this in the time being) is to set verify=False in the requests calls, ie
httpResp = tmdb_api.get('https://api.themoviedb.org/3/movie/top_rated', verify=False)
This disables authentication that TMDB is who they say they are.
I can't recreate this in an Ubuntu 14.04 VM. Must be my laptop... :-/
Running the code in Appendix A gives errors about trusting SSL on my Ubuntu 14.04 machine.
If I run the following "hello world" script:
I recieve the error