-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Some challenges have failed / SSL routines:SSL_CTX_use_certificate:ee key too small / nginx 1.19 #86
Comments
Had the same problem. First thought was that DNS isn't quite updated yet (but I got an other error before this one). Thanks for the solution. It worked for me. |
Oh boy, thanks! |
In case this helps anyone passing through -- I fixed this bug by adding the AAAA DNS record (IPv6) and editing the docker-compose commands inside init-letsencrypt.sh to use sudo. Apparently, nginx had been running into issues accessing the contents within the ssl cert file. |
It is rarely a good idea to have |
Love it, this should be merged! |
I could not get the script to work with NGINX 1.19.1
Always received an error like this:
So I checked the NGINX Error Log and found this
The Solution for me was to enlarge the "dummy" key, therefore I changed the line:
to this
Maybe this will also Help someone else 👋
The text was updated successfully, but these errors were encountered: