Curtis Kelsey created LOG4PHP-235:
-------------------------------------
Summary: 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
When attempting to clone the package via composer server certificate
verification fails:
```
$ 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>]...
```
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)