Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.
This repository was archived by the owner on May 25, 2020. It is now read-only.

HTTPS Support #3

Description

@justquick

When trying to access a wikiurl with https instead of http I get this error:

$ python confluence.py --wikiurl="https://confluence.mydomain.com/" ...
Traceback (most recent call last):
  File "confluence.py", line 427, in <module>
    main()
  File "confluence.py", line 424, in main
    server = Connect(args)
  File "confluence.py", line 296, in Connect
    token = ConfluenceAuth(xml_server,args.username,args.password).login()
  File "confluence.py", line 174, in login
    self.token = self.server.confluence2.login(self.username, self.password)
  File "/home/nfs/jquick/lib/python2.7/xmlrpclib.py", line 1224, in __call__
    return self.__send(self.__name, args)
  File "/home/nfs/jquick/lib/python2.7/xmlrpclib.py", line 1578, in __request
    verbose=self.__verbose
  File "/home/nfs/jquick/lib/python2.7/xmlrpclib.py", line 1264, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/home/nfs/jquick/lib/python2.7/xmlrpclib.py", line 1284, in single_request
    h = self.make_connection(host)
  File "/home/nfs/jquick/lib/python2.7/xmlrpclib.py", line 1492, in make_connection
    "your version of httplib doesn't support HTTPS"
NotImplementedError: your version of httplib doesn't support HTTPS

Occurs with Python v2.7.8. Is there another version of httplib that I should try instead?

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