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'
I tried initializing the openam object with verify=False. It does not recognize the argument.
import openamopenam.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'