Replies: 1 comment 1 reply
-
Your NGinx should say something in the log when starting, that it reads the certificate and key files and loads up TLS. What does it say? You have to make sure that the certificates in fullchain is in the order required by NGinx. https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello guys,
I hope you're doing well.
Please I configured this lab (where I have A ROOTCA, Subordinate Ca, and web server , 2 clients ). I configured Root ca, and Subordinate ca signed by Root ca . and then I generated private Key and CSR into my webserver and I create SSL TLS profile in EJBCA and Subordinate CA signed I imported in RA WEB in EJBCA and then I download fullchain.pem so in my web server I have nginx configuration but the website is still http whenever I add https it says unable to connect

Beta Was this translation helpful? Give feedback.
All reactions