the diagnostic passcode (i.e. diag.passcode) seems not work #824
Closed
ah-ping-luk
started this conversation in
General
Replies: 3 comments 1 reply
-
|
Oops, handling of |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm working on fixing this: https://issues.redhat.com/browse/JGRP-2821, will be done today |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I just released 5.3.11 and 5.2.28; the latter is the one you probably want to upgrade to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a TUNNEL transport and i want to enable disgnostic with passcode authorization. (tested on jgroups 5.2.23)
e.g. <TUNNEL diag.enabled="true" diag.enable_tcp="true" diag.enable_udp="false" diag.bind_addr="0.0.0.0" diag.passcode="12345" />It seems the passcode setting do not work (no logs in server or Probe.sh)
Steps to reproduce:
NOT work (with passcode) : org.jgroups.tests.Probe -4 -udp false -tcp true -timeout 10000 -passcode 12345 jmx=TUNNEL
Work (no passcode) : org.jgroups.tests.Probe -4 -udp false -tcp true -timeout 10000 jmx=TUNNEL
With result below:
It seems the passcode is not correctly pickup in the TUNNEL?? It is strange that no exception throw in the TUNNEL class...
Is it that I miss some setting?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions