Skip to content

Commit

Permalink
add: throubleshooting section to the readme with OpenSSL error
Browse files Browse the repository at this point in the history
  • Loading branch information
iurev committed Sep 22, 2023
1 parent d457e60 commit 938deda
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 @@ -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

0 comments on commit 938deda

Please sign in to comment.