We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e4838 commit d30f2f6Copy full SHA for d30f2f6
README.md
@@ -162,6 +162,23 @@ Usage: coveralls done [options]
162
- [Circle CI](./doc/examples/circleci.yml)
163
- [Circle CI (orb)](./doc/examples/circleci-orb.yml)
164
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
182
## Built-In Support
183
184
### Supported Coverage Report Formats
0 commit comments