Re: Can't push app due to expired certificate
Quintessence Anx
Ah sorry - I wasn't able to see the image of the error on my phone. I
thought it was a different error. On Mon, Aug 31, 2015 at 9:42 AM, Aleksey Zalesov < aleksey.zalesov(a)altoros.com> wrote: Can you clarify how can I do this?
|
|
Re: Can't push app due to expired certificate
Daniel Mikusa
I've reported this and we're working on it.
For what it's worth, this should only affect the Java build pack. I don't believe the other ones are using that URL. If you're seeing the message with other build packs, it might be because you aren't setting a specific build pack for your app (i.e. you are relying on the detect behavior of the build packs). For non-Java apps if you set a build pack with `-b` or the `buildpacks` attribute, I believe it should clear up the message. Dan On Mon, Aug 31, 2015 at 9:42 AM, Aleksey Zalesov < aleksey.zalesov(a)altoros.com> wrote: Can you clarify how can I do this?
|
|
Re: Can't push app due to expired certificate
Aleksey Zalesov
Can you clarify how can I do this?
toggle quoted messageShow quoted text
It is not problem of our installation SSL cert that can be skipped with —skip-ssl-validation. Aleksey Zalesov | CloudFoundry Engineer | Altoros Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS Fax: (866) 201-3646 | Skype: aleksey_zalesov www.altoros.com <http://www.altoros.com/> | blog.altoros.com <http://blog.altoros.com/> | twitter.com/altoros <http://twitter.com/altoros>
On 31 Aug 2015, at 16:18, Quintessence Anx <qanx(a)starkandwayne.com> wrote:
Are you able to work around the issue by skipping SSL validation? On Aug 31, 2015 9:10 AM, "Kei YAMAZAKI" <daydream.yamazaki(a)gmail.com <mailto:daydream.yamazaki(a)gmail.com>> wrote: Hi all, I encountered the same problem. The same problem has occurred even PWS. Please fix as soon as possible.
|
|
Re: Can't push app due to expired certificate
Quintessence Anx
Are you able to work around the issue by skipping SSL validation?
toggle quoted messageShow quoted text
On Aug 31, 2015 9:10 AM, "Kei YAMAZAKI" <daydream.yamazaki(a)gmail.com> wrote:
Hi all,
|
|
Re: Can't push app due to expired certificate
Sylvain Gibier
Yup - I can confirm as well. All buildpacks relying on
download.run.pivotal.io are failing now. S. On Mon, Aug 31, 2015 at 3:10 PM, Kei YAMAZAKI <daydream.yamazaki(a)gmail.com> wrote: Hi all,
|
|
Re: Can't push app due to expired certificate
Kei YAMAZAKI
Hi all,
I encountered the same problem. The same problem has occurred even PWS. Please fix as soon as possible.
|
|
Can't push app due to expired certificate
Aleksey Zalesov
Hello! Today we can't push apps to CF due to expired SSL certificate of
download.run.pivotal.io <http://cf-dev.70369.x6.nabble.com/file/n1404/Screen_Shot_2015-08-31_at_15.png> Here are CF app logs: 2015-08-31T17:36:18.57+0530 [STG/0] ERR [DownloadCache] WARN Unable to download https://download.run.pivotal.io/memory-calculator/trusty/x86_64/index .yml into cache /tmp: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed Please fix the cert. P.S. This issue is for Open Source CF, not Pivotal CF! -- View this message in context: http://cf-dev.70369.x6.nabble.com/Can-t-push-app-due-to-expired-certificate-tp1404.html Sent from the CF Dev mailing list archive at Nabble.com.
|
|
www.lists.cloudfoundry.org
Yana | X-Factors Web Networks Ltd <yanarobbins20@...>
Hi,
I recently browsed through your business listing and wanted to highlight some key points for consideration. I am sure it will complement your SEOwork to help attract quality visitors and gradually scale high on the search-engine result's page. A few changes, aesthetically and/or-SEO-wise, can make your site convert more visitors into leads and also get it placed higher in the organic search results, for a few of the select terms. Would you be interested in receiving some more details on the prospect at absolutely-no-cost-involved? Regards, YANA X-FACTOR WEB NETWORKS Ltd Headquarters: 5859 Suite Canoga Ave, Woodland Hills, CA 91367 Other Offices: Hong Kong & China | Australia | New Zealand | UAE
|
|
www.lists.cloudfoundry.org
Hannah | Office Coffee Soltns <hannahquinn183@...>
Hi,
I represent providers of high quality office coffee. By choosing a specialized coffee delivery service, you can cut your overhead noticeably vs. using grocery delivery or even wholesale ordering services. May I send some information about office coffee quotes? Hannah Business-Development-Manager Office Coffee Solutions 2000 Yorkmont Rd, Charlotte, NC 28217, United States
|
|
Generic data points for dropsonde
Benjamin Black
All,
The existing dropsonde protocol uses a different message type for each event type. HttpStart, HttpStop, ContainerMetrics, and so on are all distinct types in the protocol definition. This requires protocol changes to introduce any new event type, making such changes very expensive. We've been working for the past few weeks on an addition to the dropsonde protocol to support easier future extension to new types of events and to make it easier for users to define their own events. The document linked below [1] describes a generic data point message capable of carrying multi-dimensional, multi-metric points as sets of name/value pairs. This new message is expected to be added as an additional entry in the existing dropsonde protocol metric type enum. Things are now at a point where we'd like to get feedback from the community before moving forward with implementation. Please contribute your thoughts on the document in whichever way you are most comfortable: comments on the document, email here, or email directly to me. If you comment on the document, please make sure you are logged in so we can keep track of who is asking for what. Your views are not just appreciated, but critical to the continued health and success of the Cloud Foundry community. Thank you! b [1] https://docs.google.com/document/d/1SzvT1BjrBPqUw6zfSYYFfaW9vX_dTZZjn5sl2nxB6Bc/edit?usp=sharing
|
|
Re: SSH into a pushed Docker image
Matthew Sykes <matthew.sykes@...>
The diego ssh daemon is a statically linked binary so if you have a /bin/sh
toggle quoted messageShow quoted text
or a /bin/bash in your docker image, it should work. The scp support is also baked in so you don't need that binary at the target either.
On Fri, Aug 28, 2015 at 4:21 PM, James Bayer <jbayer(a)pivotal.io> wrote:
diego ssh support should work with docker images. there likely are some --
Matthew Sykes matthew.sykes(a)gmail.com
|
|
Re: SSH into a pushed Docker image
James Bayer
diego ssh support should work with docker images. there likely are some
toggle quoted messageShow quoted text
minimal prerequisites for things in the image like a shell or whatever executables you would try with ssh. here is my output from the cloudfoundry/lattice-app docker image lattice is about to have tcp router support included. it will take a little while longer to get it into full CF. $ cf ssh jbayer-lattice-app BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash) Enter 'help' for a list of built-in commands. ~ # ls -al total 6820 drwxr-xr-x 1 root root 84 Aug 28 20:18 . drwxr-xr-x 1 root root 84 Aug 28 20:18 .. drwxr-xr-x 1 root root 2336 Aug 28 20:18 bin drwxr-xr-x 1 root root 122 Aug 28 20:18 dev drwxr-xr-x 1 root root 108 Aug 28 20:18 etc -rwxr-xr-x 1 root root 6971512 Aug 28 01:54 lattice-app drwxr-xr-x 1 root root 400 May 22 2014 lib lrwxrwxrwx 1 root root 3 May 22 2014 lib64 -> lib dr-xr-xr-x 187 65534 65534 0 Aug 28 20:18 proc lrwxrwxrwx 1 root root 3 May 22 2014 sbin -> bin dr-xr-xr-x 13 65534 65534 0 Aug 28 20:18 sys drwxrwxrwt 1 root root 40 Aug 28 20:18 tmp
On Fri, Aug 28, 2015 at 11:43 AM, Jack Cai <greensight(a)gmail.com> wrote:
The SSH support in Diego is awesome. I'm wondering whether it's possible --
Thank you, James Bayer
|
|
SSH into a pushed Docker image
Jack Cai
The SSH support in Diego is awesome. I'm wondering whether it's possible to
SSH into a pushed Docker image as well? If yes, what need to be done in the docker image in order to get it working? Meanwhile, I suppose the tcp-routing support is still not available in Diego, right? Thanks in advance! Jack
|
|
Re: CF Release Acceptance Test Changes
Mike Youngstrom <youngm@...>
Excellent addition. One less reason for us to maintain our acceptance test
fork. Mike On Fri, Aug 14, 2015 at 5:38 PM, Zachary Auerbach <zauerbach(a)pivotal.io> wrote: The CF Acceptance Tests have been modified so that users can configure
|
|
Re: Logstash and Multiline Log Entry
Mike Youngstrom <youngm@...>
I replied a while ago but it appears the mailing list dropped it. Here is
toggle quoted messageShow quoted text
another attempt. Thanks for the response Erik. {quote} * Loggregator's dropsonde protocol didn't allow for a clean way to enforce/tag multi-line data consistency - something we are about to put forward a proposal to remedy. ** Timestamps are not a clean mechanism for reliably re-assembling a multi-line log - some combination of app-instance and order-of-output would need to be tacked on, or a decent vector-time implementation. {quote} It seems these features above are focused on breaking apart a multi-line event into multiple events then re-assembling them somewhere else. I think I've been looking at the issue from a different perspective. I've been looking for ways to allow an application to get multiple lines into a single Loggregator event. That would be good enough to solve my problems without all the complexity of breaking up and reassembling a series of events. Even if Loggregator had ways to add metadata to join multiple events into 1 we are still faced with the problem of how the dea_logging_agent knows when an app logs multiple stdout/err lines when should those be considered a multi-line message. Do you have any thoughts on how an app might hint to the logging agent that a message is a multi-line message? It seems to me that is the real problem I need solved. Or am I missing something? Mike
On Tue, Aug 11, 2015 at 1:26 PM, Erik Jasiak <mjasiak(a)pivotal.io> wrote:
Hi Steve and Simon; hello again Mike,
|
|
Re: Placement Pools
James Bayer
we've been using a new term for the same concept we've previously labeled
toggle quoted messageShow quoted text
placement pools called "isolation groups". onsi has been working on some documentation for what this may look like and the requirements, but the work has not started. i believe onsi will share something soon. so today, the way to accomplish this need to place apps on specific infrastructure is to use separate CF installations.
On Fri, Aug 28, 2015 at 8:50 AM, Matt Cholick <cholick(a)gmail.com> wrote:
More than a year ago, there was some discussion and a proposal around --
Thank you, James Bayer
|
|
Placement Pools
Matt Cholick
More than a year ago, there was some discussion and a proposal around
adding placement pools so cloud foundry admins could better target how applications were placed on runners: https://docs.google.com/document/d/1GNjQwGBh0BvfAYpX0LTUYn6h4oLz7v4P9pNy0xHZtMw/edit# Did this work gain traction? I've looked through the release notes as well as MEGA and CF Diego's public trackers and don't see stories for this work either done or planned, though it could also be that I'm just not finding it. My goal is to place canary apps in specifically Z1 or Z2, as well as place some internally used apps that, for networking reasons, should be in one zone or the other. -Matt Cholick
|
|
Proposal for blacklisting public service plans
Sandy Cash Jr <lhcash@...>
Hi all,
In our deployment we have a number of customers who want to be able, as organization owners, to block access to specific public services from their org members. I have put together a proposal for a feature to implement this capability at: https://docs.google.com/document/d/1AJ5R38Agacrhse4pI9dA0-ix5XFyLu5Mz5oDp1FQBiU/edit?usp=sharing Dieu has already provided some comments/questions, to which I've tried to provide cogent responses, so please take a look at the comments thread as well. Thanks, -Sandy -- Sandy Cash Certified Senior IT Architect/Senior SW Engineer IBM BlueMix lhcash(a)us.ibm.com (919) 543-0209 "I skate to where the puck is going to be, not to where it has been.” - Wayne Gretzky
|
|
Re: Update on Mailman 3 launch
Marco Voelz
Hi Eric,
Just to confirm, did you leave it enabled in "mime digest" mode for longer thanYes, I can confirm that I left mime digest on for several days and there were mails which I didn't receive. Note that regular digests aren't working for me, either. Currently the only working setting seems to be single mail delivery, which is not my preferred setting. Did you manage to reproduce that? The preference lookup appears to give precedence to the settings on the subscription, thenGreat, thanks for the bug and the explanation! Warm regards Marco
|
|
Travel Sponsorships for Cloud Foundry Advocates
Stormy
Today we announced that we will help sponsor Cloud Foundry Meetups, and
outreach in general, by helping to fund travel for speakers. https://www.cloudfoundry.org/supporting-cloud-foundry-meetups-and-their-speakers-with-travel/ Please feel free to apply if you can help teach others about Cloud Foundry. And please encourage others! Sometimes the best speakers (and that probably includes you!) don't realize they would be great teachers. :) Let me know if you have questions. Best, Stormy
|
|