Open zkhalid123 opened 3 years ago
I tried initializing the openam object with verify=False. It does not recognize the argument.
import openam openam.Openam(openam_url=Constants.openam_server, resource=1.0, protocol=1.0, timeout=10, cookiename="iplanetDirectoryPro", verify=False) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: __init__() got an unexpected keyword argument 'verify'
import openam
openam.Openam(openam_url=Constants.openam_server, resource=1.0, protocol=1.0, timeout=10, cookiename="iplanetDirectoryPro", verify=False)
Traceback (most recent call last): File "<stdin>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'verify'
@zkhalid123 Are you using the latest from the master branch or from pip?
I tried initializing the openam object with verify=False. It does not recognize the argument.
import openam
openam.Openam(openam_url=Constants.openam_server, resource=1.0, protocol=1.0, timeout=10, cookiename="iplanetDirectoryPro", verify=False)
Traceback (most recent call last): File "<stdin>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'verify'