UncheckedIOException: Failed to bind to /0.0.0.0:8443 when enabling HTTPS #19377
Unanswered
suisenkotoba
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to enable HTTPS in order to enforce password authentication. Trino is deployed on GKE with helm, This is my
values.yaml
:The coordinator pod got error:
Unable to create injector, see the following errors
and after few lines I found this:... Caused by: UncheckedIOException: Failed to bind to /0.0.0.0:8443 ... Caused by: BindException: Address already in use
. Even after I change the port, this kind of error still persisted. I already followed the official doc to enable https, so I have no idea what is wrong with my configuration.Beta Was this translation helpful? Give feedback.
All reactions