I started a new job and one of the tasks given to me was to write some python to work with their ArcServer REST services. I first thought it was token protected but I found out that they federated it with portal and it's all web tier authenticated.
I'm trying to hit the url with requests but keep getting a need token response but even if i get a token it screams at the SSL true parameter. Any ideas?