Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
Also, having said that, I'm having second thoughts on whether this is worth it - since this only triggers after a quorum of successes (or failures) has been reached, the...
I think it's not worth you setting up profiling; I'm pretty sure we know the answer (it'll be minimal); so we should make the decision based on whether we think...
Thanks indeed! I'm having trouble reproducing this. In v2.12.1 there's no "rustls" feature: https://github.com/algesten/ureq/blob/2.12.1/Cargo.toml. In v3.0.11 there's a "rustls" feature but it's on by default: https://github.com/algesten/ureq/blob/3.0.11/Cargo.toml. Does this reproduce for...
> the other idea i had is to just change the name of the parameter in get_chall_pref I'm inclined to go this way. I agree it's a bit hacky, but...
Schema could look like: ```sql CREATE TABLE `authzReuse` ( `accountID_identifier` VARCHAR(300) NOT NULL, `authzID` VARCHAR(255) NOT NULL, `expires` DATETIME NOT NULL ) ``` Note that `authzID` is string-valued to accommodate...
> This isn't quite true today -- we create a new (pending) authz even when there is an existing (valid) authz if that valid authz is going to expire very...
Edited the initial post to add: > If the key is `(epoch, account, identifier)`, that means querying for authzs to reuse would have to query for multiple keys: one in...
Looping in some recent context in https://github.com/certbot/certbot/pull/10409#issuecomment-3180214385. One of the specific ways in which this is weird is that `should_autorenew` can get called in two different ways: - With a...