You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/08 16:48:20 UTC

[GitHub] [apisix] Yiyiyimu commented on a change in pull request #4553: docs: How to fix `unable to get local issuer certificate` error

Yiyiyimu commented on a change in pull request #4553:
URL: https://github.com/apache/apisix/pull/4553#discussion_r666361152



##########
File path: docs/en/latest/FAQ.md
##########
@@ -536,3 +536,19 @@ HTTP/1.1 200 OK
   "url": "http://127.0.0.1/get"
 }
 ```
+
+## How to fix `unable to get local issuer certificate` error
+
+`conf/config.yaml`
+
+```yaml
+# ...
+apisix:
+  ssl:
+    ssl_trusted_certificate: /path/to/certs/ca-certificates.crt
+# ...
+```
+
+**Note:**
+
+- When you try to connect TLS services with cosocket should be set `apisix.ssl.ssl_trusted_certificate`

Review comment:
       ```suggestion
   - Whenever trying to connect TLS services with cosocket, you should set `apisix.ssl.ssl_trusted_certificate`
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org