Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Troubleshooting section with solution to SSL connection errors.
  • Loading branch information
afinetooth authored Oct 11, 2024
1 parent d4e4838 commit d30f2f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,23 @@ Usage: coveralls done [options]
- [Circle CI](./doc/examples/circleci.yml)
- [Circle CI (orb)](./doc/examples/circleci-orb.yml)

## Troubleshooting

### OpenSSL connection errors

**Example SSL issue:**

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

**Solution**: provide correct certificate path with the `SSL_CERT_FILE` env var:

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


## Built-In Support

### Supported Coverage Report Formats
Expand Down

0 comments on commit d30f2f6

Please sign in to comment.