pyral module got an unexpected keyword argument 'verify'

321 views Asked by At

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?

1

There are 1 answers

0
AudioBubble On

If your site uses a proxy server for internet access, you may wish to check out this answer: Rally Python API