Comment 0 for bug 1036270

Revision history for this message
Roman Yepishev (rye) wrote : [nightlies] SSL errors crash ubuntu-sso-client

Version: 4.1+r990-53~precise1

 Traceback (most recent call last):
   File "/usr/lib/python2.7/dist-packages/ubuntu-sso-client/ubuntu_sso/utils/webclient/qtnetwork.py", line 241, in _handle_ssl_errors
     self._get_certificate_details(error.certificate()))
 TypeError: unicode argument expected, got 'str'

The logs don't contain any info about the certificate errors since the string for the log is being built first and sent to logger after all errors are iterated on.