Re: Can't push app due to expired certificate
Christopher B Ferris <chrisfer@...>
Thanks for the quick response, guys!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Cloud
IBM Software Group, Open Technologies
email: chrisfer@...
twitter: @christo4ferris
blog: http://thoughtsoncloud.com/index.php/author/cferris/
phone: +1 508 667 0402
Christopher Ferris
IBM Distinguished Engineer, CTO Open Cloud
IBM Software Group, Open Technologies
email: chrisfer@...
twitter: @christo4ferris
blog: http://thoughtsoncloud.com/index.php/author/cferris/
phone: +1 508 667 0402
----- Original message -----
From: James Bayer <jbayer@...>
To: "Discussions about Cloud Foundry projects and the system overall." <cf-dev@...>
Cc:
Subject: [cf-dev] Re: Re: Re: Can't push app due to expired certificate
Date: Mon, Aug 31, 2015 12:02 PM
i was just able to use the online version of the buildpack again after the new cert started propagating.thanks to all who helped report and work on this so quickly!we're going to do a post-mortem on the issue to see why the certification expiration was missed.On Mon, Aug 31, 2015 at 8:33 AM, Kei YAMAZAKI <daydream.yamazaki@...> wrote:Disable ssl verification workaround works.
https://github.com/kei-yamazaki/java-buildpack/commit/6b0551ce62f3be3b60e687775554f6f5b126cd0c
It can push with -b option.
cf push <APP-NAME> -b https://github.com/kei-yamazaki/java-buildpack.git\#disable-ssl-verification--Thank you,James Bayer