+1 that would be so helpful. "How can I use Django views in my Pyramid
application?" As a newcomer I have no idea whether a similar question
makes sense with the different async libraries. If the answer was
*yes* it would be simpler.
___
Twisted-Python m
I was able to figure out the tests, and improve coverage in txsni.
On Tue, Apr 2, 2019 at 10:29 AM Daniel Holth wrote:
>
> Let me know if you're able to try getting a https certificate in this way:
>
> Using tls-alpn-01 negotiation with txsni (acme branch) and the
> dehydrate
On Sun, Mar 24, 2019 at 9:17 PM Daniel Holth wrote:
>
> Do move it to twisted. I was surprised it wasn't already there.
>
> On Sun, Mar 24, 2019, 17:39 Glyph wrote:
>>
>> Thanks! I put some review comments on it. I would encourage others with
>> inter
'd be happy to give people collaborator permissions
> on the repo if they'd like to help out.
>
> (Frankly it's probably time that this project grew up and moved over to
> the Twisted org anyway, given that txacme depends on it...)
>
> -g
>
> On Mar 24, 2019,
t of time - and I imagine that not everyone
> subscribed might even be on the appropriate repos :).
>
> -g
>
> On Mar 24, 2019, at 9:26 AM, Daniel Holth wrote:
>
> The cleaned up pull request should be really easy to try, with a
> dehydrated:(basedir) string port. Go get some
ically zero.
>
> -g
>
> On Mar 23, 2019, at 9:20 PM, Daniel Holth wrote:
>
> All we have to do is have some kind of per connection certificate store or
> flag. If acme is in the first packet and the special certificate exists,
> send it. Otherwise send the normal certifica
negotiation. Should be simple.
I'm happy running the acme client separately and listing my domain instead
of doing it all on demand inside twisted.
On Sat, Mar 23, 2019, 23:59 Glyph wrote:
>
>
> > On Mar 23, 2019, at 4:06 PM, Daniel Holth wrote:
> >
> > HO
HOLY REGEX BATMAN
class _ConnectionProxy(object):
def bio_write(self, buf):
if ACME_TLS_1 in buf:
self.acme_tls_1 = True
self.bio_write = self._obj.bio_write
return self._obj.bio_write(buf)
Now we can choose the acme certificate store in the sni callback an
Wow! Such broken. I was starting to get suspicious of openssl myself.
Poor documentation about the rules on context switching and whether
doing things in a certain order should trigger callbacks.
At least you can get a cert when the ALPN / ACME certificate (and
DEFAULT?) is the only one provided b
Hello. Can you help me to learn to debug tls problems in twisted?
I was disappointed that txacme, an automatic way to get certificates for
twisted web, stopped working, so I'm trying to add a responder for the new
challenge type. It sends a special certificate if the CA negotiates acme
using alpn,
10 matches
Mail list logo