HTTP protocol violation: Authentication challenge without WWW-Authenticate header #13514
Unanswered
jiangjiguang
asked this question in
Q&A
Replies: 2 comments
-
@jiangjiguang Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
You have to disable it via config.yaml |
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.
-
I am deploying a test cluster, but coordinator has a error log, so that the cluster not work.
What can I do to skip authentication?
2022-08-05T20:11:02.096+0800 WARN TaskInfoFetcher-20220805_121025_00001_q7zyq.1.0.0-410 io.trino.server.remotetask.RequestErrorTracker Error getting info for task 20220805_121025_00001_q7zyq.1.0.0: http://192.168.14.xxx:8080/v1/task/20220805_121025_00001_q7zyq.1.0.0
org.eclipse.jetty.client.HttpResponseException: HTTP protocol violation: Authentication challenge without WWW-Authenticate header
at org.eclipse.jetty.client.AuthenticationProtocolHandler$AuthenticationListener.onComplete(AuthenticationProtocolHandler.java:164)
at org.eclipse.jetty.client.ResponseNotifier.notifyComplete(ResponseNotifier.java:218)
Beta Was this translation helpful? Give feedback.
All reactions