#422 Check again https verify on CA
Closed 5 years ago by gnaponie. Opened 5 years ago by gnaponie.
gnaponie/greenwave restore-https-certs  into  master

file modified
+1 -1
@@ -3,7 +3,7 @@ 

  

  if [ -n "${CA_URL}" ] && [ ! -f "/tmp/.imported" ]; then

      # Since update-ca-trust doesn't work as a non-root user, let's just append to the bundle directly

-     curl -k --silent --show-error "${CA_URL}" >> /etc/pki/tls/certs/ca-bundle.crt

+     curl --silent --show-error "${CA_URL}" >> /etc/pki/tls/certs/ca-bundle.crt

      # Create a file so we know not to import it again if the container is restarted

      touch /tmp/.imported

  fi

The error seems solved...

Pull-Request has been closed by gnaponie

5 years ago
Metadata