[
https://issues.apache.org/jira/browse/LOG4PHP-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960441#comment-16960441
]
Kate Gray commented on LOG4PHP-235:
-----------------------------------
The repo URL has been updated to https://github.com/apache/logging-log4php.git,
which should not have this issue.
> Server certificate verification fails via Git
> ---------------------------------------------
>
> Key: LOG4PHP-235
> URL: https://issues.apache.org/jira/browse/LOG4PHP-235
> Project: Log4php
> Issue Type: Bug
> Environment: Ubuntu 14.04 x64
> Reporter: Curtis Kelsey
> Priority: Critical
> Labels: newbie
>
> When attempting to clone the package via composer server certificate
> verification fails:
> {code}
> $ composer install
> Loading composer repositories with package information
> Installing dependencies (including require-dev) from lock file
> Package operations: 72 installs, 0 updates, 0 removals
> - Installing apache/log4php (2.3.0): Cloning 8c6df2481c
> Authentication required (git-wip-us.apache.org):
> Username:
> Password:
>
>
>
>
> [RuntimeException]
>
>
>
> Failed to execute git clone --no-checkout
> 'https://:@git-wip-us.apache.org/repos/asf/logging-log4php.git'
> '/vagrant/vendor/apache/log4php' && cd '/vagrant/vendor/apache/log4php' &&
> git remote add composer 'https://:@git-wip-us.apache.org/repos/asf/logging-
> log4php.git' && git fetch composer
>
>
>
> Cloning into '/vagrant/vendor/apache/log4php'...
>
>
>
> fatal: unable to access
> 'https://:@git-wip-us.apache.org/repos/asf/logging-log4php.git/': server
> certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt
> CRLfile: none
>
>
>
>
>
> install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
> [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress]
> [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader]
> [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs]
> [--] [<packages>]...
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)