Ryudo Awaru

Results 9 comments of Ryudo Awaru

patch的.h檔不見了~有誰知道哪裡有嗎?

so這個是預設內建就support UAO?

已測試,是有的,感謝godfat大大

re-check everything and the error message changed: ``` 2017/05/08 12:30:27 [error] 15751#0: *900 ngx_mruby : mrb_run failed: return 500 HTTP status code to client: error: INLINE CODE:10: expected String (TypeError)...

changed the log level to debug and re-run again ``` 2017/05/08 12:40:55 [debug] 21047#0: *1379 ngx_mruby : mruby ssl handler: servername "x.wild.5xruby.com" 2017/05/08 12:40:55 [info] 21047#0: *1379 run acme command:...

I tried the same command in the log file and found error while executing ngx_mruby-hook.sh ``` /usr/local/nginx/conf/auto-ssl/dehydrated --cron --lock-suffix x.wild.5xruby.com --domain x.wild.5xruby.com --challenge http-01 --hook /usr/local/nginx/conf/auto-ssl/ngx_mruby-hook.sh --config /usr/local/nginx/conf/auto-ssl/dehydrated.conf # INFO:...

``` http { ... mruby_init_worker_code ' Userdata.new.redis = Redis.new "127.0.0.1", 8871 '; mruby_init_code ' secret_token = SecureRandom.uuid # Setup dehydrated example # # cp -pr ngx_mruby/test/conf/auto-ssl ${NGINX_INSTALL_DIR}/conf/. # sudo chown...

@matsumotory I tried to run the dehydrated command with HOOK_SECRET manually without "unbound variable" error, but still can't finish whole process. ```bash HOOK_SECRET=6584e8fa-f865-412b-9aa4-f11e4454c688 /usr/local/nginx/conf/auto-ssl/dehydrated --cron --lock-suffix x.wild.5xruby.com --domain x.wild.5xruby.com --challenge...

> -> nano ~/.zshrc > #copy and paste the below lines > -> export PATH="$(brew --prefix)/opt/[email protected]/bin:$PATH" > -> export LDFLAGS="-L$(brew --prefix)/opt/[email protected]/lib" > -> export CPPFLAGS="-I$(brew --prefix)/opt/[email protected]/include" > -> export PKG_CONFIG_PATH="$(brew...