perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

Travis CI failing with invalid certificate #1154

Closed huangminchn closed 3 years ago

huangminchn commented 4 years ago

Good afternoon.

I created a PR to allow configuring the Jetty SSL: https://github.com/perwendel/spark/pull/1153 At the beginning, the travis CI failed because the project is using oraclejdk8; after upgrading to oraclejdk9, it started complaining about the certificate: https://travis-ci.org/perwendel/spark/builds/619856630?utm_source=github_status&utm_medium=notification

I have found some posts that reported the same issue: http://blog2.vorburger.ch/2016/04/how-to-resolve-validatorexception-pkix.html Could you please try the fix mentioned in it? Thanks.

perwendel commented 3 years ago

Fixed!