Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Glyph
On Oct 24, 2013, at 12:48 AM, Tobias Oberstein wrote: > However: this all does not explain (at least I dont understand) why the OP > has that issue showing up .. Firefox is able to load intermediate CA certs > from the net .. I have seen it .. also for StartSSL certs. Something is > breaking

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Hynek Schlawack
Am 24.10.2013 um 12:44 schrieb Tobias Oberstein : >> Your server definitely sends three certificates - that's >> surprising/confusing. >> >> Could you double-check how you've achieved that? If you google for chain >> certs & Twisted you'll find all kinds of monkey patches to achieve that; and >

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Tobias Oberstein
> Your server definitely sends three certificates - that's surprising/confusing. > > Could you double-check how you've achieved that? If you google for chain > certs & Twisted you'll find all kinds of monkey patches to achieve that; and > when I run twistd -n web with a pem that has multiple certi

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Hynek Schlawack
Am 24.10.2013 um 11:10 schrieb Tobias Oberstein : >>> A concatenated cert like above works today without the new code that is >> upcoming in Twisted. Which is cool also. >> >> That is completely new to me. Are you sure you're not mixing up Twisted's >> behavior with nginx? >> >> If what you say

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Tobias Oberstein
> > A concatenated cert like above works today without the new code that is > upcoming in Twisted. Which is cool also. > > That is completely new to me. Are you sure you're not mixing up Twisted's > behavior with nginx? > > If what you say is true, there would have never been the need for #2061 a

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Hynek Schlawack
Am 24.10.2013 um 09:48 schrieb Tobias Oberstein : > FWIW, you can manually concatenate certs .. this is what we do (also for > StartSSL): > >$ cat myserver_plain_cert.crt > myserver.crt >$ cat ../sub.class1.server.sha2.ca.pem >> myserver.crt >$ cat ../ca.pem >> myserver.crt > > A co

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Tobias Oberstein
o-loading, .. dunno. /Tobias > -Ursprüngliche Nachricht- > Von: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python- > boun...@twistedmatrix.com] Im Auftrag von Hynek Schlawack > Gesendet: Donnerstag, 24. Oktober 2013 09:16 > An: Twisted general discussion > Betreff: Re:

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Hynek Schlawack
Am 24.10.2013 um 08:08 schrieb Daniel Sank : > When I clicked on the > register button after filling out the username/password fields my > browser (firefox) brought up a notice that the security certificate is > invalid because of unavailable issuance chain information. Knowing > absolutely nothin

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-24 Thread Hynek Schlawack
Am 24.10.2013 um 09:02 schrieb Tobias Oberstein : >> I just tried to register so I could do that. When I clicked on the register >> button >> after filling out the username/password fields my browser (firefox) brought >> up a notice that the security certificate is invalid because of unavailable

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-23 Thread Daniel Sank
I think I have figured out what's wrong with the documentation. Some of the chapters are out of order. It looks like the logical flow was broken as new chapters were inserted. For example, the chapter "Authentication with Perspective Broker" refers to "Using Perspective Broker" as the "previous cha

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-23 Thread Glyph
On Oct 22, 2013, at 11:33 PM, Daniel Sank wrote: > I should clarify something: > > I understand that Avatar and Mind are introduced in the cred section. > I'll venture to suggest that the pb section simply refers and links to > that. This sounds like a clear bug in the documentation, and even i

Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-22 Thread Daniel Sank
I should clarify something: I understand that Avatar and Mind are introduced in the cred section. I'll venture to suggest that the pb section simply refers and links to that. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twiste

[Twisted-Python] "mind" introduced strangely in pb howto

2013-10-22 Thread Daniel Sank
Dear Twisted readers, I am trying to learn to ins and outs of twisted.spread.pb with the official howto as my main point of reference. When I get to the section "Managing Clients of Perspectives" the first sentence reads "In all the IPerspective uses we have shown so far, we ignored the mind argu