Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd: readme to fix OpenSSL v1.0.2 errors #103

Closed
wants to merge 11 commits into from
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,23 @@ Usage: coveralls done [options]
- [Circle CI](./doc/examples/circleci.yml)
- [Circle CI (orb)](./doc/examples/circleci-orb.yml)


### Throubleshooting

#### OpenSSL connection errors

**Example:**

```
<OpenSSL::SSL::Error:SSL_connect: error:0A000086:SSL routines::certificate verify failed>
```

**Solution**: provide correct certificate path with ENV-variable

```
SSL_CERT_FILE=/etc/pki/tls/cert.pem
```

## Built-In Support

### Supported Coverage Report Formats
Expand Down