bryanus
bryanus
> Can someone test with current master? I'm not really in the Heroku game but I guess it should work. With Bundler 2.2 we might need to add another platform...
Thanks @GUI. DIdn't know there were tools to do bulk host checking. I have about 500 domains and none of them appear to be affected by this bug! Phew! Thanks...
try here: `'cd /etc/resty-auto-ssl/storage/file && ls'`
I'm also interested in some more information on how to perform the upgrade from 0.12.0 to 0.13.1. Do I just run `sudo luarocks install lua-resty-auto-ssl` or will that wipe out...
Thanks @aviatrix! So, just to confirm it didn't overwrite your nginx configs or anything? I have a lot going on in mine. I just tested issuing a new domain, and...
Thanks @aviatrix! I'll give it a go and report back here.
Yikes. Ran the upgrade/install command and it immediately broke my setup upon restarting openresty: ```` 2019/11/08 21:06:23 [error] 2973#2973: *113 [lua] ssl_certificate.lua:310: ssl_certificate(): auto-ssl: failed to run do_ssl: /usr/local/openresty/luajit/share/lua/5.1/shell-games.lua:233: bad...
@andreasschroth Wow! That is exactly what I am doing! I'm whitelisting domains from an eternal text file in my config: ```` init_by_lua_block { auto_ssl = (require "resty.auto-ssl").new() auto_ssl:set("allow_domain", function(domain) --...
Thanks @andreasschroth. I was reviewing the syntax for the lua-resty-shell module and figured it couldn't be that simple of a change. Thanks for taking the time to help me out....
It works! Thanks for your help @andreasschroth. I didn't realize you also modified my conditional output; more involved than I first thought. Yes, debugging Lua in nginx configs is painful,...