Nick Muerdter
Nick Muerdter
I believe a `null` value should also be allowed, which corresponds to the default value. Let us know if that's not the case, though.
How things are supposed to be working is: - Data is always stored in an index named `api-umbrella-logs-v1-YYYY-MM` - There's an alias without the version number named `api-umbrella-logs-YYYY-MM` used for...
If you can get a full list of the domains in your system (from whatever storage backend you use), then just to surface a couple of the tools that are...
As one further note, Let's Encrypt has delayed the revocation for certificates that have not been renewed yet: https://community.letsencrypt.org/t/2020-02-29-caa-rechecking-bug/114591/3 So while this is perhaps a bit less urgent, it would...
@fewzee: Based on the `failed to parse POST args: request body in temp file not supported` in your error logs, are you perhaps missing the `client_body_buffer_size` and `client_max_body_size` settings? From...
We're reliant on the `ssl_certificate_by_lua` functionality in OpenResty, which doesn't look like it's supported for TCP streams yet. It is marked as a TODO, though: https://github.com/openresty/stream-lua-nginx-module#todo So until that's supported,...
I'm interested in publishing to OPM (I've published my other lua-resty module to OPM), but lua-resty-auto-ssl's installation process currently builds the C library sockproc, and OPM doesn't yet support compiling...
@byrnedo: Using LuaRocks is still the preferred installation method for lua-resty-auto-ssl. Until OPM has C support, there's still various things, like lua-resty-auto-ssl, that can't be installed via OPM. So while...
I haven't seen this before, but hopefully we can get to the bottom of it. How frequently is this cropping up for you? I'm just wondering how easy this is...
I haven't been able to reproduce this myself, but thanks for the help in debugging this everyone! @domharrington: With the patched version from https://github.com/GUI/lua-resty-auto-ssl/compare/debug-locks, have you still been seeing nginx...