Skip to content

proxy: nginx config is out of date, doesn't launch #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cameronattard opened this issue Apr 9, 2025 · 2 comments
Closed

proxy: nginx config is out of date, doesn't launch #323

cameronattard opened this issue Apr 9, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@cameronattard
Copy link

Describe the bug

nginx currently can't start in the access proxy stack as the config provided in the user data uses the ssl directive, which is removed in the nginx version on the latest AMI.

Apr 09 03:34:58 xxx.us-west-2.compute.internal systemd[1]: Starting The nginx HTTP and reverse proxy server...
Apr 09 03:34:58 xxxus-west-2.compute.internal nginx[2564]: nginx: [emerg] unknown directive "ssl" in /etc/nginx/conf.d/default.conf:8
Apr 09 03:34:58 xxx.us-west-2.compute.internal nginx[2564]: nginx: configuration file /etc/nginx/nginx.conf test failed
Apr 09 03:34:59 xxx.us-west-2.compute.internal systemd[1]: nginx.service: control process exited, code=exited status=1
Apr 09 03:34:59 xxx.us-west-2.compute.internal systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
Apr 09 03:34:59 xxx.us-west-2.compute.internal systemd[1]: Unit nginx.service entered failed state.
Apr 09 03:34:59 xxx.us-west-2.compute.internal systemd[1]: nginx.service failed.

Expected Behavior

nginx should launch successfully.

Current Behavior

nginx doesn't launch due to invalid config.

Reproduction Steps

Launch the stack.

Possible Solution

Update the config to configure ssl according to current conventions.

Additional Information/Context

No response

Solution Version

v2.3.2

AWS Region. e.g., us-east-1

No response

Other information

No response

@cameronattard cameronattard added the bug Something isn't working label Apr 9, 2025
@jangidms
Copy link
Member

jangidms commented Apr 9, 2025

Hi @cameronattard
Thanks for reporting this issue.
We are aware of this issue and are planning to fix in next release

@jangidms
Copy link
Member

Hi @cameronattard
This has been fixed in latest release v2.3.3

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants