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.
We're running into TLS-related errors with the latest version. Haven't been able to do a deep dive yet, but it appears that the hashi-ui is trying to make TLS requests to the nomad servers using "nomad.service.consul", but those requests are failing because the servers don't have "client.global.nomad" in the X509v3 Subject Alternative Name section of their cert.
global: Get https://nomad.service.consul:4646/v1/status/leader?region=global&wait=60000ms: x509: certificate is valid for nomad-s-qa-2-217.node.consul, localhost, nomad-s-qa-2-217.node.aws-us-west-2.consul, nomad.service.aws-us-west-2.consul, nomad.service.consul, server.global.nomad, not client.global.nomad
Issue is not present in v0.13.6. I had to revert fairly quickly, so couldn't spend much time investigating. Let me know if you'd like anymore information - willing to assist in any way I can.
The text was updated successfully, but these errors were encountered:
Version: 0.14.2
We're running into TLS-related errors with the latest version. Haven't been able to do a deep dive yet, but it appears that the hashi-ui is trying to make TLS requests to the nomad servers using "nomad.service.consul", but those requests are failing because the servers don't have "client.global.nomad" in the X509v3 Subject Alternative Name section of their cert.
global: Get https://nomad.service.consul:4646/v1/status/leader?region=global&wait=60000ms: x509: certificate is valid for nomad-s-qa-2-217.node.consul, localhost, nomad-s-qa-2-217.node.aws-us-west-2.consul, nomad.service.aws-us-west-2.consul, nomad.service.consul, server.global.nomad, not client.global.nomad
Issue is not present in v0.13.6. I had to revert fairly quickly, so couldn't spend much time investigating. Let me know if you'd like anymore information - willing to assist in any way I can.
The text was updated successfully, but these errors were encountered: