[telepathy] [Bug 318729] telepathy cannot connect to Jabber accounts: ktp-auth-handler(7229) TlsHandler::onCertVerifierFinished: Error verifying TLS certificate: "Cert.Unknown" - "Invalid certificate type"

Konstantin Shchepanovskyi schepanovsky at gmail.com
Fri Jun 14 22:29:03 BST 2013


https://bugs.kde.org/show_bug.cgi?id=318729

--- Comment #9 from Konstantin Shchepanovskyi <schepanovsky at gmail.com> ---
Sorry, here is more readable debug info:
(gdb) print m_certType
$2 = {static null = {<No data fields>}, static shared_null = {ref = {_q_value =
3134}, alloc = 0, size = 0, 
    data = 0x62909a <QString::shared_null+26>, clean = 0, simpletext = 0,
righttoleft = 0, asciiCache = 0, capacity = 0, 
    reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 65},
alloc = 0, size = 0, 
    data = 0x7faefad6a91a <QString::shared_empty+26>, clean = 0, simpletext =
0, righttoleft = 0, asciiCache = 0, capacity = 0, 
    reserved = 0, array = {0}}, d = 0x12b39c0, static codecForCStrings = 0x0}
(gdb) define printqstring
Type commands for definition of "printqstring".
End with a line saying just "end".
>    printf "(QString)0x%x (length=%i): \"",&$arg0,$arg0.d->size
>    set $i=0
>    while $i < $arg0.d->size
 >        set $c=$arg0.d->data[$i++]
 >        if $c < 32 || $c > 127
  >                printf "\\u0x%04x", $c
  >        else
  >                printf "%c", (char)$c
  >        end
 >    end
>    printf "\"\n"
>end
(gdb) printqstring m_certType
(QString)0x12ba0a8 (length=4): "x509"
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list