I am new to the pyral
module. I tried the demo code and I cannot get past the call to Rally.
rally = Rally(server, user, password, workspace=workspace, project=project)
I also tried.
rally = Rally(server, user, password, workspace=workspace, project=project, verify_ssl_cert=False)
Any ideas?
If your site uses a proxy server for internet access, you may wish to check out this answer: Rally Python API