Results 33 comments of Spencer Baugh
trafficstars

Yes, I mean DNS-01. Yes, it seems tricky (although not impossible) to have DNS-01 supported automatically (although I don't think the HTTP challenge support is perfect - the automated support...

$INCLUDE is going to be a bit tricky since I'd need to let nsd break out of its sandbox, or bind mount a file in... Maybe there's a DNS server...

OK, I eventually settled on an approach of completely overwriting a separate _acme-challenge zonefile, and then triggering a reload in the DNS server. I used powerdns because it's the only...

Thanks for the heads up @m1cr0man I looked into that before, but I didn't want to use the PDNS HTTP API because it requires generating a secret key and allocating...

@m1cr0man Wow, awesome change! That's much better! Though, I still like that my approach avoids a secret key entirely in favor of Unix permissions on a Unix socket, and so...

I just ran into this issue myself. I think the recommended long-term fix from envrc is for emacs-jupyter to use https://github.com/purcell/inheritenv

Also, what do you think about making assert_yields_or_not public? I just needed it for the test that a nursery is a schedule point but not a cancel point. Maybe that's...

The changes look fine to me. Excited for this to be fixed!

I got some extremely hacky modifications for this working, where, when a proxy needs to be used, I synchronously connect to the proxy, send a CONNECT, call gnutls-negotiate, then proceed...

Here's the patch: https://github.com/ahyatt/emacs-websocket/pull/74 I did a lot of digging into url.el's proxy support, and was able to reuse a fair bit of functionality - the main thing that I...