kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

javax.net.ssl.SSLHandshakeException with oraclejdk7 on Travis #78

Closed Horcrux7 closed 5 years ago

Horcrux7 commented 7 years ago

I receive the follow error:

:coveralls
service name: travis-ci
service job id: 258176910
repo token: null
:coveralls FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':coveralls'.
> javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

With oraclejdk8 its work. I think the cause is that there are some root certificates are missing in Java 7. Any workaround?

https://travis-ci.org/i-net-software/jlessc/jobs/258176910

kt3k commented 7 years ago

I think this is a issue of travis or coveralls.io (web server). Please try workarounds in https://github.com/travis-ci/travis-ci/issues/7094

I also recommend switching to codecov.io if the above doesn't work for your project. It doesn't require any plugin like this one.

kt3k commented 5 years ago

Closing old issues.