Unable to configure TLS #279
Replies: 7 comments 6 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
If I cannot find any tests that explicitly use |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Only if you provide your own |
Beta Was this translation helpful? Give feedback.
-
4.1.1 is out with the fix. |
Beta Was this translation helpful? Give feedback.
-
Looking at the code, it seems that the answer to my 2nd question (about timeouts) is:
|
Beta Was this translation helpful? Give feedback.
-
@acogoluegnes, it seems that there was another leftover: the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to set up TLS with Hop 4.1.0, but I'm unable to import
JdkHttpClientHttpLayer
class in my code.I guess it's because it's package-private?
2nd question: do the default timeouts defined in
JdkHttpClientHttpLayer
still apply if I follow instructions given in https://github.com/rabbitmq/hop#tls ?Finally, do the login/password need to be passed twice (once in
.setHeader("Authorization", authorization("guest", "guest")))
and once in.username("guest").password("guest")
), as described in https://github.com/rabbitmq/hop#advanced-configuration?Beta Was this translation helpful? Give feedback.
All reactions