Comment 20 for bug 105736

Revision history for this message
V字龍(Vdragon) (vdragon) wrote :

I have this issue too, but I met when using add-apt-repository

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 88, in <module>
    ppa_info = get_ppa_info_from_lp(user, ppa_name)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 80, in get_ppa_info_from_lp
    curl.perform()
pycurl.error: (35, 'gnutls_handshake() failed: A TLS packet with unexpected length was received.')

 I think it's a general bug when gnu-tls is used to establish ssl connections.