You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
I have a Nomad cluster configured with TLS with certificates for client.eu-west-1.nomad and server.eu-west-1.nomad and with configuration via environment variables I was able to run Hashi UI on the cluster. Everything works but for logs and files for allocations. I am getting 13:19:15.931 connection.go:78 ▶ ERROR [4080d319] Unable to fetch directory: Get https://{{domain_name}}:4646/v1/client/fs/ls/155bb020-fbfa-53b3-7dc1-8463564917c6?path=%2Falloc%2Flogs%2F: x509: certificate is valid for server.eu-west-1.nomad, client.eu-west-1.nomad, localhost, not client..nomad
I was having the same issue with nomad agent but setting NOMAD_REGION to eu-west-1 solved the issue with agent, as far as I know there is no way to do it in Hashi UI.
The text was updated successfully, but these errors were encountered:
I have a Nomad cluster configured with TLS with certificates for client.eu-west-1.nomad and server.eu-west-1.nomad and with configuration via environment variables I was able to run Hashi UI on the cluster. Everything works but for logs and files for allocations. I am getting
13:19:15.931 connection.go:78 ▶ ERROR [4080d319] Unable to fetch directory: Get https://{{domain_name}}:4646/v1/client/fs/ls/155bb020-fbfa-53b3-7dc1-8463564917c6?path=%2Falloc%2Flogs%2F: x509: certificate is valid for server.eu-west-1.nomad, client.eu-west-1.nomad, localhost, not client..nomad
I was having the same issue with nomad agent but setting
NOMAD_REGION
toeu-west-1
solved the issue with agent, as far as I know there is no way to do it in Hashi UI.The text was updated successfully, but these errors were encountered: