Tim K

Results 54 comments of Tim K

Should be closed with 2aea869. In addition to the above notes, if `server_address` is not specified, it is set by `socket.getfqdn()`.

@sgofferj I think this issue is quite closely related, and I think I may know what's been going wrong here. Can you check your config file (if it still exists!)...

Awesome. I have the feeling this bug will be resolved with 2aea869. Please feel free to take a look in the next branch!

Tim K tagged this as, "probably-should-rewrite-for-3.8", "there-goes-my-weekend", and "I-blame-Zero".

@ZeroChaos- I just finished a first-pass rewrite for gnuradio 3.8 inside maint-3.8. I really should do some more QA work, and make sure the python has been properly ported to...

This article was instrumental in getting a proof of concept up and working. https://stackoverflow.com/questions/39297240/python-failed-to-verify-any-crls-for-ssl-tls-connections The key part here is: ```python ssl_ctx.verify_flags = ssl.VERIFY_CRL_CHECK_LEAF ssl_ctx.load_verify_locations(cafile='crl.pem') ``` This will take some finagling...

Pushing this back to a later release.

I suspect this is because Flask changed the arguments in 2.x. Until I can do a proper merge, I've pinned Flask to 1.1.x in c12c189

What I would like to see is something like this... ``` larry_larp@bluetack $ takyctl setup Welcome to the interactive taky setup. [x] Detected system wide installation, please re-run this script...