Hi, for our Spacewalk 0.8 (upgraded from 0.6 to 0.7 and then 0.8), client authentication always fails, complaining about a bad session key.
XML-RPC debugging logs are available at: http://www.incertum.net/~cite/error.log I had to uncomment the following code in /usr/share/rhn/server/apacheAuth.py to make it work: if computed != signature: log_debug(4, "Sent client signature %s does not match ours %s." % ( signature, computed)) raise rhnFault(33, "Invalid client session key") The clients are all able to register themselves successfully, and there is no measurable clock drift involved. How do we fix this? Cheers Stefan _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
