ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003211ClearOSapp-devel - Developer Toolspublic2015-06-16 18:402015-07-30 08:59
Reporteruser2 
Assigned Touser2 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version7.1.0 Beta 3Fixed in Version7.1.0 Beta 3 
Summary0003211: plague-client barfs in ClearOS 7
DescriptionAfter configuring the plague environment on ClearOS 7, running "plague-client list_builders" as a sanity check produces the following trace:

Traceback (most recent call last):
  File "/bin/plague-client", line 422, in <module>
    cli = PlagueClient(os.path.expanduser(cfg_file))
  File "/bin/plague-client", line 85, in __init__
    self._check_api_version(self._server)
  File "/bin/plague-client", line 90, in _check_api_version
    server_ver = server.api_version()
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in __request
    verbose=self.__verbose
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1264, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1292, in single_request
    self.send_content(h, request_body)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1439, in send_content
    connection.endheaders(request_body)
  File "/usr/lib64/python2.7/httplib.py", line 969, in endheaders
    self._send_output(message_body)
  File "/usr/lib64/python2.7/httplib.py", line 829, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.7/httplib.py", line 805, in send
    self.sock.sendall(data)
  File "/usr/lib/python2.7/site-packages/plague/SSLConnection.py", line 112, in sendall
    sent = con.send(data, flags)
OpenSSL.SSL.Error: [('asn1 encoding routines', 'ASN1_item_verify', 'unknown message digest algorithm'), ('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]


More information is provided in this Red Hat bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1071615 [^]

For now, provide a workaround.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-06-16 18:40 user2 New Issue
2015-06-16 18:49 user2 Status new => resolved
2015-06-16 18:49 user2 Resolution open => fixed
2015-06-16 18:49 user2 Assigned To => user2
2015-07-28 10:16 user2 Status resolved => closed
2015-07-30 08:59 user2 Fixed in Version => 7.1.0 Beta 3