You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ubuntu archive hosts Telepathy-Rakia & the unmaintained sofia-sip right now.
When Telepathy-Rakia is used together with this maintained branch of sofia-sip, it returns a priv_handle_auth: no realm presented for authentication error during authentication attempts.
As it seems the sip_www_authenticate member is NULL even though the recvmsg() has gotten WWW-Authenticate: Digest realm=\"the.sip.host\" as per strace, indicating that something is swallowing or not setting the appropriate data from the header.
The text was updated successfully, but these errors were encountered:
The Ubuntu archive hosts Telepathy-Rakia & the unmaintained sofia-sip right now.
When Telepathy-Rakia is used together with this maintained branch of sofia-sip, it returns a
priv_handle_auth: no realm presented for authentication
error during authentication attempts.https://github.com/TelepathyIM/telepathy-rakia/blob/master/src/sip-connection.c#L690
As it seems the
sip_www_authenticate
member is NULL even though therecvmsg()
has gottenWWW-Authenticate: Digest realm=\"the.sip.host\"
as per strace, indicating that something is swallowing or not setting the appropriate data from the header.The text was updated successfully, but these errors were encountered: