Skip to content

Openam __init__.py does not recognize verify argument #16

Description

@zkhalid123

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions