O certificado assinado oficialmente não é aceito do curl via commit do repositório

1

Eu tenho um certificado assinado instalado no meu servidor. Está funcionando bem, com o servidor web. Mas, se estou tentando enviar algo para um repositório, recebo a seguinte mensagem de erro:

   Warning: post-commit hook failed (exit code 60) with output:
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
    0curl: (60) SSL certificate problem: unable to get local issuer
certificate
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
 of Certificate Authority (CA) public keys (CA certs). If the default
 bundle file isn't adequate, you can specify an alternate file
 using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
 the bundle, the certificate verification probably failed due to a
 problem with the certificate (it might be expired, or the name might
 not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
 the -k (or --insecure) option.

Atualizei o curl, verifiquei as permissões e os certificados, verifiquei também o caminho, mas não consegui detectar um erro.

Alguém tem uma ideia, o que eu preciso fazer para corrigir isso?

(O host é SMP Debian 3.2.65-1)

Obrigado antecipadamente

com mais sinceridade

Twinhand

    
por Twinhand 23.10.2015 / 10:20

1 resposta

1

Você precisará fornecer toda a cadeia de certificados para encurralar a CLI ou configurar seu servidor adequadamente para que ele envie toda a cadeia.

    
por 23.10.2015 / 10:26