Public bug reported:

python-gear forces TLSv1.0 usage, which is no longer supported by our
libssl.

Exception in connect loop:
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/gear/__init__.py", line 2500, in _doConnectLoop
    self.connectLoop()
  File "/<<PKGBUILDDIR>>/gear/__init__.py", line 2526, in connectLoop
    c = ssl.wrap_socket(c, server_side=True,
  File "/usr/lib/python3.10/ssl.py", line 1441, in wrap_socket
    return context.wrap_socket(
  File "/usr/lib/python3.10/ssl.py", line 512, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.10/ssl.py", line 1070, in _create
    self.do_handshake()
  File "/usr/lib/python3.10/ssl.py", line 1341, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL] internal error (_ssl.c:997)
}}}

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/gear/tests/test_functional.py", line 73, in setUp
    self.client.waitForServer()
  File "/<<PKGBUILDDIR>>/gear/__init__.py", line 1199, in waitForServer
    self.connections_condition.wait()
  File "/usr/lib/python3.10/threading.py", line 320, in wait
    waiter.acquire()
  File "/usr/lib/python3/dist-packages/fixtures/_fixtures/timeout.py", line 52, 
in signal_handler
    raise TimeoutException()
fixtures._fixtures.timeout.TimeoutException

** Affects: python-gear (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1951952

Title:
  FTBFS - python-gear enforces TLSv1.0 usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gear/+bug/1951952/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to