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.SSLException: hostname in certificate didn't match: <coveralls.io> != ... #9

Closed binwiederhier closed 10 years ago

binwiederhier commented 10 years ago

After coveralls moved to new servers, the build fails due to an SSL exception: https://travis-ci.org/binwiederhier/syncany/builds/20791909

javax.net.ssl.SSLException: hostname in certificate didn't match: <coveralls.io> != 
<ssl6459.cloudflare.com> OR <ssl6459.cloudflare.com> OR <x-spine.com> OR 
<funect.me> OR <crank.bz> OR <gurufocus.com> OR <*.funect.me> OR 
<socialsavanna.com> OR <*.profitwins.com> OR <*.crank.bz> OR 
<*.arccoachworksltd.co.uk> OR <gadgetsboy.co.uk> OR <profitwins.com> OR 
<arccoachworksltd.co.uk> OR <*.gadgetsboy.co.uk> OR <*.x-spine.com> OR 
<vietexpfamily.info> OR <*.vietexpfamily.info> OR <*.socialsavanna.com> OR 
<*.gurufocus.com>
kt3k commented 10 years ago

This is probably because of the migration issue of Coveralls servers. The SSL certificate seemed not valid over a whole day.

The issue now seems resolved, so could you restart the above build from travis-ci site?

binwiederhier commented 10 years ago

Same same: https://travis-ci.org/binwiederhier/syncany/builds/20791909 Not fixed -- even though Travis says "passed" ...

kt3k commented 10 years ago

This issue seems a bit obsolete. I think It was related to the migration of the coveralls servers and not the problem of the plugin.

If you still find the same problem, please reopen it.

Thanks,