Search code examples
lualua-tableluarocksopenresty

lua-resty-auto-ssl: failed to start sockproc


==> /etc/openresty/nginx/logs/error.log <== 2016/08/07 02:31:26 [error] 194#0: [lua] start_sockproc.lua:9: auto-ssl: failed to start sockproc, context: init_worker_by_lua*

I get the aforementioned error after my Nginx instance starts.. Don't know what could be causing it..

It appears I may be missing a dependency is that CORRECT.

Here is the Docker image repo, with more information on how I have set things up.

Also, I noticed that sockproc is actually running.. See the images below.

screen shot 2016-08-08 at 09 38 38


Solution

  • That error appears to come from here which looks to mean that auto-ssl/shell/start_sockproc failed to start.

    start_sockproc ends by running sockproc.

    So presumably that failed. Given that that doesn't ship with lua-resty-auto-ssl my guess would be that you need to get that (or install it at least).