add scheme to AsyncQueryForwardingServlet#4688
add scheme to AsyncQueryForwardingServlet#4688jon-wei merged 2 commits intoapache:masterfrom pjain1:tls_router
Conversation
|
👍 |
|
I tried running a query against the router with this patch and TLS only, I'm seeing an NPE: Making this change in JettyHttpClientModule appears to fix the NPE: |
jon-wei
left a comment
There was a problem hiding this comment.
Can you check that router NPE issue on your side?
|
If I create the HttpClient with Creating the SslContextFactory with a trust store path works: |
|
@jon-wei If TLS is enabled then the users need to include an extension that provides a properly configured This was noted in the point 7 of the #4270 PR description. Also noted in the documentation here - https://github.com/druid-io/druid/pull/4270/files#diff-2ac62993fee64079aa2e42f45dd2311eR7 |
|
I do have the Are you able to reproduce what I saw locally? |
|
ok..let me check |
|
@jon-wei there was indeed a problem, thanks for reporting. I fixed it, please try now. |
|
rebased with master. @jon-wei can you please try it now |
|
@pjain1 checking the patch now |
|
Just verified that a router query works with this patch, LGTM |
Missed in #4270