Jeremy Rand
Jeremy Rand
@phelixbtc See https://github.com/pyca/pyopenssl/blob/master/ChangeLog#L32 . What we're encountering is a known bug in PyOpenSSL 0.14, which has since been fixed in their master branch. I don't think there's a workaround (the...
@phelixbtc I just added a useful error message when the broken PyOpenSSL version is in use. Anything left before we merge?
@phelixbtc FYI PyOpenSSL 0.15 and higher should fix the issue. (0.15.1 is the latest, it came out April 14.) Can we merge this?
@phelixbtc Hmm, I'll see if I can figure out what's going on there. That traceback looks like the connection timed out or something... have you tried a different URL to...
There is already a config file option (and command line flag) to disable this. That code will be rewritten when we rebase on Unbound, but for now it's fine the...
It would be nice if the installer offered a choice on whether to enable or disable this by default. But that should probably wait since the relevant code will be...
How would NMControl choose which names to show notifications for? I think this would be better to have in Namecoin Core since it's most easily implemented with access to the...
@phelixbtc Fair enough. Can we put the low priority label on this one until that point?
Can someone check on what TLS settings end up being used here, in particular the TLS version, cipher suite, and SNI? (If no one is able, I'll get around to...
I will try to review this over the weekend. If I can't then we can merge as long as it's marked as experimental and not for end users.