Skip to content

Commit d30f2f6

Browse files
authored
Update README.md
Add Troubleshooting section with solution to SSL connection errors.
1 parent d4e4838 commit d30f2f6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,23 @@ Usage: coveralls done [options]
162162
- [Circle CI](./doc/examples/circleci.yml)
163163
- [Circle CI (orb)](./doc/examples/circleci-orb.yml)
164164

165+
## Troubleshooting
166+
167+
### OpenSSL connection errors
168+
169+
**Example SSL issue:**
170+
171+
```
172+
<OpenSSL::SSL::Error:SSL_connect: error:0A000086:SSL routines::certificate verify failed>
173+
```
174+
175+
**Solution**: provide correct certificate path with the `SSL_CERT_FILE` env var:
176+
177+
```
178+
SSL_CERT_FILE=/etc/pki/tls/cert.pem
179+
```
180+
181+
165182
## Built-In Support
166183

167184
### Supported Coverage Report Formats

0 commit comments

Comments
 (0)