test errors with ssl verification (lucid)

Bug #1002974 reported by David Britton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
txAWS
New
Undecided
Unassigned

Bug Description

I do not know if these are repeatable on more recent ubuntu distributions.

subjectAltName not supported by older PyOpenSSL
===============================================================================
[ERROR]: txaws.client.tests.test_base.BaseQueryTestCase.test_ssl_hostname_verification

Traceback (most recent call last):
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/tests/test_base.py", line 236, in test_ssl_hostname_verification
    query.get_page("https://example.com/file")
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/base.py", line 227, in get_page
    agent = Agent(self.reactor, contextFactory)
exceptions.TypeError: __init__() takes exactly 2 arguments (3 given)
===============================================================================
[ERROR]: txaws.client.tests.test_ssl.BaseQuerySSLTestCase.test_ssl_verification_bypassed

Traceback (most recent call last):
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/tests/test_ssl.py", line 132, in test_ssl_verification_bypassed
    d = query.get_page(self._get_url("file"))
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/base.py", line 227, in get_page
    agent = Agent(self.reactor, contextFactory)
exceptions.TypeError: __init__() takes exactly 2 arguments (3 given)
===============================================================================
[ERROR]: txaws.client.tests.test_ssl.BaseQuerySSLTestCase.test_ssl_verification_negative

Traceback (most recent call last):
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/tests/test_ssl.py", line 109, in test_ssl_verification_negative
    d = query.get_page(self._get_url("file"))
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/base.py", line 227, in get_page
    agent = Agent(self.reactor, contextFactory)
exceptions.TypeError: __init__() takes exactly 2 arguments (3 given)
===============================================================================
[ERROR]: txaws.client.tests.test_ssl.BaseQuerySSLTestCase.test_ssl_verification_positive

Traceback (most recent call last):
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/tests/test_ssl.py", line 94, in test_ssl_verification_positive
    d = query.get_page(self._get_url("file"))
  File "/var/jenkins/workspace/landscape-hosted-staging-merge/source/txaws/staging/txaws/client/base.py", line 227, in get_page
    agent = Agent(self.reactor, contextFactory)
exceptions.TypeError: __init__() takes exactly 2 arguments (3 given)
-------------------------------------------------------------------------------

David Britton (dpb)
Changed in txaws:
assignee: nobody → Christopher Armstrong (radix)
Changed in txaws:
assignee: Christopher Armstrong (radix) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.