nginx_tcp_proxy_module icon indicating copy to clipboard operation
nginx_tcp_proxy_module copied to clipboard

Make with nginx-1.8.1 fail

Open g0ddest opened this issue 9 years ago • 2 comments

nginx_tcp_proxy_module-0.4.5/modules/ngx_tcp_ssl_module.c: In function ‘ngx_tcp_ssl_merge_srv_conf’:
nginx_tcp_proxy_module-0.4.5/modules/ngx_tcp_ssl_module.c:327:9: error: too few arguments to function ‘ngx_ssl_certificate’
     if (ngx_ssl_certificate(cf, &conf->ssl, &conf->certificate,
         ^
In file included from src/core/ngx_core.h:80:0,
                 from nginx_tcp_proxy_module-0.4.5/modules/ngx_tcp_ssl_module.c:3:
src/event/ngx_event_openssl.h:126:11: note: declared here
 ngx_int_t ngx_ssl_certificate(ngx_conf_t *cf, ngx_ssl_t *ssl,
           ^
objs/Makefile:1254: recipe for target 'objs/addon/modules/ngx_tcp_ssl_module.o' failed

g0ddest avatar Feb 26 '16 12:02 g0ddest

hi @g0ddest I think this problem has been fixed in the latest nginx_tcp_proxy_module git master, you tcan ry the latest git master and verify it.

chobits avatar Mar 19 '16 14:03 chobits

@chobits Thanks. I've cloned the latest content from master. It works!

OMaiZaregoto avatar Apr 08 '17 05:04 OMaiZaregoto