fabric8io / mockwebserver

An extension of okhttp's mockwebserver, that provides a DSL and is easier to use
Apache License 2.0
113 stars 38 forks source link

fabric8.crt certificate is expired #57

Closed julien-piccaluga closed 2 years ago

julien-piccaluga commented 3 years ago

Hello Guys,

Certificate are expired since 22.10.2015. Is it possible to revew it?

I would like to use the KubernetesServer to test helm integration. But I got the following error:

Error: Kubernetes cluster unreachable: Get "https://localhost:49367/version?timeout=32s": x509: certificate has expired or is not yet valid: current time 2021-02-18T10:58:03+01:00 is after 2015-10-22T12:47:32Z

I guess it's that one -> https://github.com/fabric8io/mockwebserver/blob/master/src/main/resources/ssl/fabric8.crt

Regards

Julien