Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trust-ping messages of string type are ignored #94

Open
conanoc opened this issue Aug 24, 2023 · 0 comments
Open

Trust-ping messages of string type are ignored #94

conanoc opened this issue Aug 24, 2023 · 0 comments

Comments

@conanoc
Copy link

conanoc commented Aug 24, 2023

Steps to reproduce:

  1. Aries agent Alice starts the mediation protocol with a mediator.
  2. After getting a grant message, Alice sends a trust-ping message with return-route: all as a string type websocket message.
  3. Alice gets no response from the mediator.
  4. Alice sends a trust-ping message with return-route: all as binary type.
  5. Alice gets a ping-response message normally.

Tested on https://indicio-tech.github.io/mediator/
This seems to be related to Caddy reverse-proxying because I cannot reproduce this issue when I test it using ACA-Py 0.7.3 without Caddy.

WebSocket messages can be sent as either string type or binary type. So, this issue is not a big deal, but it took me much time in debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant