Skip to content
Snippets Groups Projects
Commit fdb81bbb authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Fix repetition in docs

parent 41c3d114
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@
1. `SSL certificate problem: unable to get local issuer certificate`
This error indicates the the client cannot get the root CA. To fix this, you can either [trust the root CA](#install-custom-public-certificates) of the server you are trying to connect to on the client or [modify the certificate](nginx.md#manually-configuring-https) to present the full chained certificate on the server you are trying to connect to.
This error indicates the client cannot get the root CA. To fix this, you can either [trust the root CA](#install-custom-public-certificates) of the server you are trying to connect to on the client or [modify the certificate](nginx.md#manually-configuring-https) to present the full chained certificate on the server you are trying to connect to.
NOTE: **Note:**
It is recommended to use the full certificate chain in order to prevent SSL errors when clients connect. The full certificate chain order should consist of the server certificate first, followed by all intermediate certificates, with the root CA last.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment