Назад | Перейти на главную страницу

Официальный подписанный сертификат не принимается от curl через фиксацию репозитория

На моем сервере установлен подписанный сертификат. Он работает нормально с веб-сервером. Но если я пытаюсь зафиксировать что-то в репозитории, я получаю следующее сообщение об ошибке:

   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.

Обновил curl, проверил разрешения и сертификаты, проверил и путь, но ошибки не обнаружил.

Есть ли у кого-нибудь идея, что мне нужно сделать, чтобы это исправить?

(Hostos - это SMP Debian 3.2.65-1)

заранее спасибо

искренне

Twinhand

Вам нужно будет либо предоставить всю цепочку сертификатов для завивки в CLI, либо правильно настроить свой сервер, чтобы он отправлял всю цепочку.