Issues: "Useless certificates" & "Intermediate certificate is not provided"? #2035
Unanswered
ozgurkazancci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
On my OpenBSD server, I used to use acme.sh for having SSL certificates, recently I switched to lego and it seems better and fine, however I'm having an issue that I had no such thing with acme.sh, so here it goes;
When I check my SSL health through: https://www.immuniweb.com/ssl/ - I always get two different warning messages.
1- Creating my certs by using lego without: --no-bundle;
lego -a -m [email protected] -d mail.mysite.com --http --http.webroot /var/www/lets --path /etc/ssl/domains/ --pem run
And after checking my server, the website says; "Server sends useless certificates." See please: https://i.ibb.co/nbprk4L/lego-2.png
2- Creating my certs by using lego with: --no-bundle;
lego -a -m [email protected] -d mail.mysite.com --http --http.webroot /var/www/lets --path /etc/ssl/domains/ --pem run --no-bundle
Then, the website says; "Intermediate certificate is not provided by the server." See please: https://i.ibb.co/gTZMrsV/lego-1.png
My nginx block has;
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions