Score:0

Nomad job issue. "tls verification failed x509 certificate signed by unknown authority"

ck flag

I'm trying to start nomad job with docker driver, it should pull an image from my local docker registry. I've used tls certififcate issued by Nomad tls cert create, docker works fine with it. But when I try to run my job I get the following error "tls verification failed x509 certificate signed by unknown authority".

I've also tried to use certificates issued by Vault, same problem. And tried to add this certificate to trusted certificates at the OS level, which also had no result.

Here is a part of my job.hcl file

   task "frontend" {
   driver = "docker"
   config {
    image = "https://167.235.72.131/frontend"
    ports = ["http", "https"]
  }
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.