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
DBUS_COOKIE_SHA1 authentication will always fail, because the reply message to the server challenge is missing a space () between the client challenge and the response in
DBUS_COOKIE_SHA1 authentication will always fail, because the reply message to the server challenge is missing a space (
) between the client challenge and the response in
node-dbus-next/lib/handshake.js
Line 145 in 6b8f447
Relevant part of the spec: https://dbus.freedesktop.org/doc/dbus-specification.html#text:It%20concatenates%20the%20client's%20challenge%20string,%20a%20space%20character,%20and%20the%20SHA-1%20hex%20diges:~:text=It%20concatenates%20the%20client%27s%20challenge%20string%2C%20a%20space%20character%2C%20and%20the%20SHA%2D1%20hex%20digest
The text was updated successfully, but these errors were encountered: