nginx_tcp_proxy_module
nginx_tcp_proxy_module copied to clipboard
Make with nginx-1.8.1 fail
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
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 Thanks. I've cloned the latest content from master. It works!