cloudfoundry / nginx-buildpack

Cloud Foundry buildpack that provides NGINX
Apache License 2.0
30 stars 67 forks source link

Need a nginx buildpack with "stream_ssl_module" enabled #256

Open prakashsince1984 opened 11 months ago

prakashsince1984 commented 11 months ago

What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?

cf version 8.6.1+b5a352a.2023-02-27

What version of the buildpack you are using? nginx_buildpack-cached-cflinuxfs3-v1.2.9+1702664387.zip

If you were attempting to accomplish a task, what was it you were attempting to do?

trying to setup nginx config for securing-tcp-traffic-upstream

What did you expect to happen?

{{module "ngx_stream_ssl_module"}}

What was the actual behavior?

-----> Installing nginx 1.25.3 Copy [/tmp/buildpacks/561d208d21c10b47d1d8d6e64bd1cbbe/dependencies/a6fb353060b0fc6885abb33b76c467dc/nginx_1.25.3_linux_x64_cflinuxfs3_da337929.tgz] 2023/12/28 14:53:08 [emerg] 35#0: dlopen() "/tmp/contents66867571/deps/0/nginx/modules/ngx_stream_ssl_module.so" failed (/tmp/contents66867571/deps/0/nginx/modules/ngx_stream_ssl_module.so: cannot open shared object file: No such file or directory) in /tmp/conf3217221924/nginx.conf:2

Can you provide a sample app?

Please confirm where necessary:

I have included a log output My log includes an error message I have included steps for reproduction