Added some debug info for hmac su you can see domain/fingerprint used - #92
Open
MauriceHendrix wants to merge 1 commit into
Open
Added some debug info for hmac su you can see domain/fingerprint used#92MauriceHendrix wants to merge 1 commit into
MauriceHendrix wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To see it run like this:
RUST_LOG=debug cargo run --example pairing-serverIt will show for example
2026-07-28T15:37:53.181081Z DEBUG Pairing session{local=67e55044-10b1-426f-9247-bb680e5fe0c8 remote=0fb1278f-db28-4bf0-9f81-2277cf43d982}: s2energy_connection::pairing: WAN domain used for HMAC challenge response domain=s2connect.example.comor show the fingerprint if it's there.
I asked github copilot to add this so that I can check I'm using the correct domain name & calculating the correct fingerprint on the python side.