1

Using Rally APIKEY in a single sign on environment with a proxy throws error that it can not reach rally1.rallydev.com-

Tried setting HTTPS_PROXY As well, No result.

I can reach from browser and it auto signs me up via single signon.

Did anyone try apikey authorization in single sign on proxy environment using pyral, if so can u please share how u did it?—-thank you

ram
  • 11
  • 2
  • Please paste the error message – user2738882 Nov 26 '17 at 15:17
  • Tried requests.post( url, data, headers) – ram Dec 03 '17 at 20:06
  • where url = rally1.rallydev.com, data is my jsdon.dump(query) – ram Dec 03 '17 at 20:06
  • headers has zesession set with api key. I get error '11004, get addrinfo failed. Erroneous error. I can reach rally1.rallydev.com using browser and I can also fire rest api calls using browser. may be my proxy not sending the headers. not sure what is going on there. – ram Dec 03 '17 at 20:08

1 Answers1

0

Having as similar issue: rally = Rally(server=server, apikey=apikey, workspace=workspace, project=project) pyral.context.RallyRESTAPIError: SSL certificate verification failed

my organization is not ready to give the proxy server details any other work around for the issue.

sorry was not able to add a comment so posting as answer.