Skip to content
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

Added new dhparams.pem #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philippcheung
Copy link

Added new dhparams.pem

Description

Original error was:
kill -l [exitstatus]
2022/09/22 20:17:58 [emerg] 78#78: SSL_CTX_set_tmp_dh("/etc/ssl/private/dhparams.pem") failed (SSL: error:1408518A:SSL routines:ssl3_ctx_ctrl:dh key too small)
nginx: [emerg] SSL_CTX_set_tmp_dh("/etc/ssl/private/dhparams.pem") failed (SSL: error:1408518A:SSL routines:ssl3_ctx_ctrl:dh key too small)

Solution was generate a new dhparam.pem
openssl dhparam 2048 -out dhparam.pem

and replace existing dhparam.pem file

Related Issue

How Has This Been Tested?

@brianbolt brianbolt self-requested a review October 18, 2022 01:53
@philippcheung philippcheung marked this pull request as ready for review October 18, 2022 21:33
Copy link

@jmcneil86043 jmcneil86043 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brianbolt
Copy link
Contributor

@jmcneil86043 Does that mean you tried it out and it works?

@jmcneil86043
Copy link

@brianbolt No, I thought I had to approve this in order to get a docker image to test

@brianbolt
Copy link
Contributor

No, we don't have any CI/CD on this repo to build docker images so I thought maybe your LGTM was because you tested with the docker image that @philippcheung said he pushed. Should be ready to test now if you get a chance.

Copy link
Contributor

@brianbolt brianbolt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending tests by @jmcneil86043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants