Jonas Alfredsson
Jonas Alfredsson
Well, if you look at the at the list of ciphers you listed: ``` ssl_ciphers TLS_RSA_WITH_AES_128_GCM_SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305; ``` You see that none of the other alternatives have underscores in them. If...
Did you restart or just reload the container after changing the config? And does nginx say anything in the logs about any problems?
Questions regarding how nginx interacts with openssl is probably better to ask in the parent container's GitHub since we just add some nice to have she'll scripts at startup and...
If you see the config changed inside the container then I think it does a full restart of it, as is necessary with file mounts, so that is good. The...
Unless there is something in the log you should probably reach out to the Nginx community to potentially get answers from those who knows this program in more detail than...
This issue has been open for quite a while, did you manage to find a solution to your setup?
Yes, I think it is better to close it because I have only seen you request it, and I don't think I have time for such a special usecase :)
This has been asked once before, and there is some issues with downloading these packages via APT: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/50 I have not had time to investigate this much further, but I...
Adding some interesting links here for the future: - https://gist.github.com/hermanbanken/96f0ff298c162a522ddbba44cad31081 - https://gist.github.com/mehyedes/bf5e3870907ddb9c9d3c3fe45d68c43d - https://www.nginx.com/resources/wiki/modules/
Very nice! Glad to see that you were able to get this working. It is a really big project, but one day it would be nice to create a separate...