cloudfoundry / cloudfoundry/nginx-buildpack
Need a nginx buildpack with "stream_ssl_module" enabled
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 30
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the buildpack packages and installs nginx 1.25.3 and its modules; the issue does not name a file or entry point. Reproduce the configuration failure involving ngx_stream_ssl_module.so, then verify that a buildpack-produced nginx can load the stream SSL module for securing TCP traffic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100