diff --git a/README.md b/README.md index 846e403..cf7759d 100644 --- a/README.md +++ b/README.md @@ -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:** + +``` + +``` + +**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